#AF9994

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

Shades of Thatch #AF9994

Tints of Thatch #AF9994

Color information

#AF9994 (or 0xAF9994) is unknown color: approx Thatch. HEX triplet: AF, 99 and 94. RGB value is (175,153,148). Sum of RGB (Red+Green+Blue) = 175+153+148=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9994 is #50666B. Grayscale: #9F9F9F. Windows color (decimal): -5269100 or 9738671. OLE color: 9738671.

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

Color convert

RGB175153148-
CMYK00.130.150.31
HSL11.11º14.44%63.33%-
HSV(B)11.11º15.43%68.63%-
XYZ34.4234.0332.77-
YUV159.01121.79139.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 153 (60.16% from 255) = 32.14%
BLUE value IS 148 (58.20% from 255) = 31.09%
R=36.76%
G=32.14%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515314800.130.150.3111.1114.4463.33
HexAF99940DF1Fbe3f
Octal2572312240151737131677
Binary1010111110011001100101000110111111111110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9994; }

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

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

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

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

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

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

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

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