#AF9794

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

Shades of Thatch #AF9794

Tints of Thatch #AF9794

Color information

#AF9794 (or 0xAF9794) is unknown color: approx Thatch. HEX triplet: AF, 97 and 94. RGB value is (175,151,148). Sum of RGB (Red+Green+Blue) = 175+151+148=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9794 is #50686B. Grayscale: #9D9D9D. Windows color (decimal): -5269612 or 9738159. OLE color: 9738159.

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

Color convert

RGB175151148-
CMYK00.140.150.31
HSL6.67º14.44%63.33%-
HSV(B)6.67º15.43%68.63%-
XYZ34.0933.3932.66-
YUV157.83122.45140.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 151 (59.38% from 255) = 31.86%
BLUE value IS 148 (58.20% from 255) = 31.22%
R=36.92%
G=31.86%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515114800.140.150.316.6714.4463.33
HexAF97940EF1F7e3f
Octal257227224016173771677
Binary101011111001011110010100011101111111111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9794; }

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

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

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

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

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

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

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

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