#A79895

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

Shades of Thatch #A79895

Tints of Thatch #A79895

Color information

#A79895 (or 0xA79895) is unknown color: approx Thatch. HEX triplet: A7, 98 and 95. RGB value is (167,152,149). Sum of RGB (Red+Green+Blue) = 167+152+149=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 167 - color contains mainly: red. Hex color #A79895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79895 is #58676A. Grayscale: #9C9C9C. Windows color (decimal): -5793643 or 9803943. OLE color: 9803943.

HSL color Cylindrical-coordinate representation of color #A79895: hue angle of 10º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A79895 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB167152149-
CMYK00.090.110.35
HSL10º9.28%61.96%-
HSV(B)10º10.78%65.49%-
XYZ32.5932.8433.06-
YUV156.14123.97135.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.68%
GREEN value IS 152 (59.77% from 255) = 32.48%
BLUE value IS 149 (58.59% from 255) = 31.84%
R=35.68%
G=32.48%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715214900.090.110.35109.2861.96
HexA7989509B23a93e
Octal2472302250111343121176
Binary10100111100110001001010101001101110001110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79895; }

 p { color: rgb(167,152,149); }

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

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

 a { background-color: rgb(167,152,149); }

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

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

 span { border-color: rgb(167,152,149); }

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