#AF9A95

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

Shades of Thatch #AF9A95

Tints of Thatch #AF9A95

Color information

#AF9A95 (or 0xAF9A95) is unknown color: approx Thatch. HEX triplet: AF, 9A and 95. RGB value is (175,154,149). Sum of RGB (Red+Green+Blue) = 175+154+149=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9A95 is #50656A. Grayscale: #9F9F9F. Windows color (decimal): -5268843 or 9804463. OLE color: 9804463.

HSL color Cylindrical-coordinate representation of color #AF9A95: hue angle of 11.54º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AF9A95 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB175154149-
CMYK00.120.150.31
HSL11.54º13.98%63.53%-
HSV(B)11.54º14.86%68.63%-
XYZ34.6634.433.25-
YUV159.71121.96138.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 154 (60.55% from 255) = 32.22%
BLUE value IS 149 (58.59% from 255) = 31.17%
R=36.61%
G=32.22%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515414900.120.150.3111.5413.9863.53
HexAF9A950CF1Fce40
Octal25723222501417371416100
Binary10101111100110101001010101100111111111110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9A95; }

 p { color: rgb(175,154,149); }

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

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

 a { background-color: rgb(175,154,149); }

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

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

 span { border-color: rgb(175,154,149); }

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