#AF8E88

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

Shades of Thatch #AF8E88

Tints of Thatch #AF8E88

Color information

#AF8E88 (or 0xAF8E88) is unknown color: approx Thatch. HEX triplet: AF, 8E and 88. RGB value is (175,142,136). Sum of RGB (Red+Green+Blue) = 175+142+136=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8E88 is #507177. Grayscale: #979797. Windows color (decimal): -5271928 or 8949423. OLE color: 8949423.

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

Color convert

RGB175142136-
CMYK00.190.220.31
HSL9.23º19.6%60.98%-
HSV(B)9.23º22.29%68.63%-
XYZ31.830.2427.45-
YUV151.18119.43144.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 142 (55.86% from 255) = 31.35%
BLUE value IS 136 (53.52% from 255) = 30.02%
R=38.63%
G=31.35%
B=30.02%

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
Decimal17514213600.190.220.319.2319.660.98
HexAF8E88013161F9143d
Octal2572162100232637112475
Binary1010111110001110100010000100111011011111100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E88; }

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

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

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

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

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

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

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

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