#A79795

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

Shades of Thatch #A79795

Tints of Thatch #A79795

Color information

#A79795 (or 0xA79795) is unknown color: approx Thatch. HEX triplet: A7, 97 and 95. RGB value is (167,151,149). Sum of RGB (Red+Green+Blue) = 167+151+149=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 167 - color contains mainly: red. Hex color #A79795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79795 is #58686A. Grayscale: #9B9B9B. Windows color (decimal): -5793899 or 9803687. OLE color: 9803687.

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

Color convert

RGB167151149-
CMYK00.100.110.35
HSL6.67º9.28%61.96%-
HSV(B)6.67º10.78%65.49%-
XYZ32.4332.5233-
YUV155.56124.3136.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.76%
GREEN value IS 151 (59.38% from 255) = 32.33%
BLUE value IS 149 (58.59% from 255) = 31.91%
R=35.76%
G=32.33%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715114900.100.110.356.679.2861.96
HexA797950AB23793e
Octal247227225012134371176
Binary1010011110010111100101010101010111000111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79795; }

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

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

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

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

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

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

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

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