#AF8C88

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

Shades of Thatch #AF8C88

Tints of Thatch #AF8C88

Color information

#AF8C88 (or 0xAF8C88) is unknown color: approx Thatch. HEX triplet: AF, 8C and 88. RGB value is (175,140,136). Sum of RGB (Red+Green+Blue) = 175+140+136=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8C88 is #507377. Grayscale: #969696. Windows color (decimal): -5272440 or 8948911. OLE color: 8948911.

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

Color convert

RGB175140136-
CMYK00.20.220.31
HSL6.15º19.6%60.98%-
HSV(B)6.15º22.29%68.63%-
XYZ31.529.6527.35-
YUV150.01120.1145.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 140 (55.08% from 255) = 31.04%
BLUE value IS 136 (53.52% from 255) = 30.16%
R=38.80%
G=31.04%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514013600.20.220.316.1519.660.98
HexAF8C88014161F6143d
Octal257214210024263762475
Binary101011111000110010001000010100101101111111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8C88; }

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

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

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

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

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

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

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

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