#AF9795

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

Shades of Thatch #AF9795

Tints of Thatch #AF9795

Color information

#AF9795 (or 0xAF9795) is unknown color: approx Thatch. HEX triplet: AF, 97 and 95. RGB value is (175,151,149). Sum of RGB (Red+Green+Blue) = 175+151+149=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9795 is #50686A. Grayscale: #9D9D9D. Windows color (decimal): -5269611 or 9803695. OLE color: 9803695.

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

Color convert

RGB175151149-
CMYK00.140.150.31
HSL4.62º13.98%63.53%-
HSV(B)4.62º14.86%68.63%-
XYZ34.1733.4233.08-
YUV157.95122.95140.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 151 (59.38% from 255) = 31.79%
BLUE value IS 149 (58.59% from 255) = 31.37%
R=36.84%
G=31.79%
B=31.37%

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
Decimal17515114900.140.150.314.6213.9863.53
HexAF97950EF1F5e40
Octal2572272250161737516100
Binary1010111110010111100101010111011111111110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9795; }

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

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

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

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

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

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

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

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