#AF8D89

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

Shades of Thatch #AF8D89

Tints of Thatch #AF8D89

Color information

#AF8D89 (or 0xAF8D89) is unknown color: approx Thatch. HEX triplet: AF, 8D and 89. RGB value is (175,141,137). Sum of RGB (Red+Green+Blue) = 175+141+137=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8D89 is #507276. Grayscale: #969696. Windows color (decimal): -5272183 or 9014703. OLE color: 9014703.

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

Color convert

RGB175141137-
CMYK00.190.220.31
HSL6.32º19.19%61.18%-
HSV(B)6.32º21.71%68.63%-
XYZ31.7229.9727.78-
YUV150.71120.26145.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 141 (55.47% from 255) = 31.13%
BLUE value IS 137 (53.91% from 255) = 30.24%
R=38.63%
G=31.13%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514113700.190.220.316.3219.1961.18
HexAF8D89013161F6133d
Octal257215211023263762375
Binary101011111000110110001001010011101101111111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8D89; }

 p { color: rgb(175,141,137); }

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

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

 a { background-color: rgb(175,141,137); }

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

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

 span { border-color: rgb(175,141,137); }

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