#AF6642

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

Shades of Tuscany #AF6642

Tints of Tuscany #AF6642

Color information

#AF6642 (or 0xAF6642) is unknown color: approx Tuscany. HEX triplet: AF, 66 and 42. RGB value is (175,102,66). Sum of RGB (Red+Green+Blue) = 175+102+66=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6642 is #5099BD. Grayscale: #777777. Windows color (decimal): -5282238 or 4351663. OLE color: 4351663.

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

Color convert

RGB17510266-
CMYK00.420.620.31
HSL19.82º45.23%47.25%-
HSV(B)19.82º62.29%68.63%-
XYZ23.4119.017.59-
YUV119.7297.68167.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.02%
GREEN value IS 102 (40.23% from 255) = 29.74%
BLUE value IS 66 (26.17% from 255) = 19.24%
R=51.02%
G=29.74%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751026600.420.620.3119.8245.2347.25
HexAF664202A3E1F142d2f
Octal2571461020527637245557
Binary101011111100110100001001010101111101111110100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6642; }

 p { color: rgb(175,102,66); }

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

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

 a { background-color: rgb(175,102,66); }

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

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

 span { border-color: rgb(175,102,66); }

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