#AF8C86

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

Shades of Thatch #AF8C86

Tints of Thatch #AF8C86

Color information

#AF8C86 (or 0xAF8C86) is unknown color: approx Thatch. HEX triplet: AF, 8C and 86. RGB value is (175,140,134). Sum of RGB (Red+Green+Blue) = 175+140+134=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8C86 is #507379. Grayscale: #959595. Windows color (decimal): -5272442 or 8817839. OLE color: 8817839.

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

Color convert

RGB175140134-
CMYK00.20.230.31
HSL8.78º20.4%60.59%-
HSV(B)8.78º23.43%68.63%-
XYZ31.3629.5926.61-
YUV149.78119.1145.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 140 (55.08% from 255) = 31.18%
BLUE value IS 134 (52.73% from 255) = 29.84%
R=38.98%
G=31.18%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514013400.20.230.318.7820.460.59
HexAF8C86014171F9143d
Octal2572142060242737112475
Binary1010111110001100100001100101001011111111100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8C86; }

 p { color: rgb(175,140,134); }

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

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

 a { background-color: rgb(175,140,134); }

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

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

 span { border-color: rgb(175,140,134); }

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