#AF8E89

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

Shades of Thatch #AF8E89

Tints of Thatch #AF8E89

Color information

#AF8E89 (or 0xAF8E89) is unknown color: approx Thatch. HEX triplet: AF, 8E and 89. RGB value is (175,142,137). Sum of RGB (Red+Green+Blue) = 175+142+137=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8E89 is #507176. Grayscale: #979797. Windows color (decimal): -5271927 or 9014959. OLE color: 9014959.

HSL color Cylindrical-coordinate representation of color #AF8E89: hue angle of 7.89º 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 #AF8E89 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB175142137-
CMYK00.190.220.31
HSL7.89º19.19%61.18%-
HSV(B)7.89º21.71%68.63%-
XYZ31.8730.2727.83-
YUV151.3119.93144.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 142 (55.86% from 255) = 31.28%
BLUE value IS 137 (53.91% from 255) = 30.18%
R=38.55%
G=31.28%
B=30.18%

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
Decimal17514213700.190.220.317.8919.1961.18
HexAF8E89013161F8133d
Octal2572162110232637102375
Binary1010111110001110100010010100111011011111100010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E89; }

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

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

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

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

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

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

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

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