#A79490

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

Shades of Thatch #A79490

Tints of Thatch #A79490

Color information

#A79490 (or 0xA79490) is unknown color: approx Thatch. HEX triplet: A7, 94 and 90. RGB value is (167,148,144). Sum of RGB (Red+Green+Blue) = 167+148+144=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 167 - color contains mainly: red. Hex color #A79490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79490 is #586B6F. Grayscale: #999999. Windows color (decimal): -5794672 or 9475239. OLE color: 9475239.

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

Color convert

RGB167148144-
CMYK00.110.140.35
HSL10.43º11.56%60.98%-
HSV(B)10.43º13.77%65.49%-
XYZ31.5631.4130.78-
YUV153.22122.79137.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.38%
GREEN value IS 148 (58.20% from 255) = 32.24%
BLUE value IS 144 (56.64% from 255) = 31.37%
R=36.38%
G=32.24%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714814400.110.140.3510.4311.5660.98
HexA794900BE23ac3d
Octal2472242200131643121475
Binary10100111100101001001000001011111010001110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79490; }

 p { color: rgb(167,148,144); }

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

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

 a { background-color: rgb(167,148,144); }

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

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

 span { border-color: rgb(167,148,144); }

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