#AF9D99

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

Shades of Thatch #AF9D99

Tints of Thatch #AF9D99

Color information

#AF9D99 (or 0xAF9D99) is unknown color: approx Thatch. HEX triplet: AF, 9D and 99. RGB value is (175,157,153). Sum of RGB (Red+Green+Blue) = 175+157+153=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9D99 is #506266. Grayscale: #A1A1A1. Windows color (decimal): -5268071 or 10067375. OLE color: 10067375.

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

Color convert

RGB175157153-
CMYK00.100.130.31
HSL10.91º12.09%64.31%-
HSV(B)10.91º12.57%68.63%-
XYZ35.4935.5335.12-
YUV161.93122.96137.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.08%
GREEN value IS 157 (61.72% from 255) = 32.37%
BLUE value IS 153 (60.16% from 255) = 31.55%
R=36.08%
G=32.37%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515715300.100.130.3110.9112.0964.31
HexAF9D990AD1Fbc40
Octal25723523101215371314100
Binary10101111100111011001100101010110111111101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9D99; }

 p { color: rgb(175,157,153); }

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

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

 a { background-color: rgb(175,157,153); }

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

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

 span { border-color: rgb(175,157,153); }

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