#AF9996

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

Shades of Thatch #AF9996

Tints of Thatch #AF9996

Color information

#AF9996 (or 0xAF9996) is unknown color: approx Thatch. HEX triplet: AF, 99 and 96. RGB value is (175,153,150). Sum of RGB (Red+Green+Blue) = 175+153+150=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9996 is #506669. Grayscale: #9F9F9F. Windows color (decimal): -5269098 or 9869743. OLE color: 9869743.

HSL color Cylindrical-coordinate representation of color #AF9996: hue angle of 7.2º degrees, saturation: 0.14, 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 #AF9996 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB175153150-
CMYK00.130.140.31
HSL7.2º13.51%63.73%-
HSV(B)7.2º14.29%68.63%-
XYZ34.5834.133.61-
YUV159.24122.79139.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 153 (60.16% from 255) = 32.01%
BLUE value IS 150 (58.98% from 255) = 31.38%
R=36.61%
G=32.01%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515315000.130.140.317.213.5163.73
HexAF99960DE1F7e40
Octal2572312260151637716100
Binary1010111110011001100101100110111101111111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9996; }

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

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

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

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

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

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

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

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