#AF6237

Color #AF6237 Tuscany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuscany #AF6237

Tints of Tuscany #AF6237

Color information

#AF6237 (or 0xAF6237) is unknown color: approx Tuscany. HEX triplet: AF, 62 and 37. RGB value is (175,98,55). Sum of RGB (Red+Green+Blue) = 175+98+55=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6237 is #509DC8. Grayscale: #747474. Windows color (decimal): -5283273 or 3629743. OLE color: 3629743.

HSL color Cylindrical-coordinate representation of color #AF6237: hue angle of 21.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF6237 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB1759855-
CMYK00.440.690.31
HSL21.5º52.17%45.1%-
HSV(B)21.5º68.57%68.63%-
XYZ22.7418.135.91-
YUV116.1293.51170-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 53.35%
GREEN value IS 98 (38.67% from 255) = 29.88%
BLUE value IS 55 (21.88% from 255) = 16.77%
R=53.35%
G=29.88%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175985500.440.690.3121.552.1745.1
HexAF623702C451F16342d
Octal2571426705410537266455
Binary101011111100010110111010110010001011111110110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6237; }

 p { color: rgb(175,98,55); }

 H1.HeaderClassName
 {
   color: #AF6237;
 }
 .AnyTagClassName
 {
   color: #AF6237;
 }
</style>
background-color css

<style>
 a { background-color: #AF6237; }

 a { background-color: rgb(175,98,55); }

 div.DivClassName
 {
   background-color: #AF6237;
 }
 .BgClassName
 {
   background-color: #AF6237;
 }
</style>
border-color css

<style>
 span { border-color: #AF6237; }

 span { border-color: rgb(175,98,55); }

 td.TdClassName
 {
   border-color: #AF6237;
 }
 .TagClassName
 {
   border-color: #AF6237;
 }
</style>