#AF9A97

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

Shades of Thatch #AF9A97

Tints of Thatch #AF9A97

Color information

#AF9A97 (or 0xAF9A97) is unknown color: approx Thatch. HEX triplet: AF, 9A and 97. RGB value is (175,154,151). Sum of RGB (Red+Green+Blue) = 175+154+151=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9A97 is #506568. Grayscale: #9F9F9F. Windows color (decimal): -5268841 or 9935535. OLE color: 9935535.

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

Color convert

RGB175154151-
CMYK00.120.140.31
HSL7.5º13.04%63.92%-
HSV(B)7.5º13.71%68.63%-
XYZ34.8234.4634.09-
YUV159.94122.96138.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.46%
GREEN value IS 154 (60.55% from 255) = 32.08%
BLUE value IS 151 (59.38% from 255) = 31.46%
R=36.46%
G=32.08%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515415100.120.140.317.513.0463.92
HexAF9A970CE1F8d40
Octal25723222701416371015100
Binary10101111100110101001011101100111011111100011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9A97; }

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

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

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

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

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

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

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

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