#AF9C97

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

Shades of Thatch #AF9C97

Tints of Thatch #AF9C97

Color information

#AF9C97 (or 0xAF9C97) is unknown color: approx Thatch. HEX triplet: AF, 9C and 97. RGB value is (175,156,151). Sum of RGB (Red+Green+Blue) = 175+156+151=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9C97 is #506368. Grayscale: #A1A1A1. Windows color (decimal): -5268329 or 9936047. OLE color: 9936047.

HSL color Cylindrical-coordinate representation of color #AF9C97: hue angle of 12.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 #AF9C97 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB175156151-
CMYK00.110.140.31
HSL12.5º13.04%63.92%-
HSV(B)12.5º13.71%68.63%-
XYZ35.1535.1334.21-
YUV161.11122.29137.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 156 (61.33% from 255) = 32.37%
BLUE value IS 151 (59.38% from 255) = 31.33%
R=36.31%
G=32.37%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515615100.110.140.3112.513.0463.92
HexAF9C970BE1Fdd40
Octal25723422701316371515100
Binary10101111100111001001011101011111011111110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9C97; }

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

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

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

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

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

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

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

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