#AF9187

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

Shades of Thatch #AF9187

Tints of Thatch #AF9187

Color information

#AF9187 (or 0xAF9187) is unknown color: approx Thatch. HEX triplet: AF, 91 and 87. RGB value is (175,145,135). Sum of RGB (Red+Green+Blue) = 175+145+135=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9187 is #506E78. Grayscale: #989898. Windows color (decimal): -5271161 or 8884655. OLE color: 8884655.

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

Color convert

RGB175145135-
CMYK00.170.230.31
HSL15º20%60.78%-
HSV(B)15º22.86%68.63%-
XYZ32.1831.1127.23-
YUV152.83117.94143.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 145 (57.03% from 255) = 31.87%
BLUE value IS 135 (53.12% from 255) = 29.67%
R=38.46%
G=31.87%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514513500.170.230.31152060.78
HexAF9187011171Ff143d
Octal2572212070212737172475
Binary1010111110010001100001110100011011111111111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9187; }

 p { color: rgb(175,145,135); }

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

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

 a { background-color: rgb(175,145,135); }

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

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

 span { border-color: rgb(175,145,135); }

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