#A79190

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

Shades of Thatch #A79190

Tints of Thatch #A79190

Color information

#A79190 (or 0xA79190) is unknown color: approx Thatch. HEX triplet: A7, 91 and 90. RGB value is (167,145,144). Sum of RGB (Red+Green+Blue) = 167+145+144=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 167 - color contains mainly: red. Hex color #A79190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79190 is #586E6F. Grayscale: #979797. Windows color (decimal): -5795440 or 9474471. OLE color: 9474471.

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

Color convert

RGB167145144-
CMYK00.130.140.35
HSL2.61º11.56%60.98%-
HSV(B)2.61º13.77%65.49%-
XYZ31.130.4830.63-
YUV151.46123.79139.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.62%
GREEN value IS 145 (57.03% from 255) = 31.80%
BLUE value IS 144 (56.64% from 255) = 31.58%
R=36.62%
G=31.80%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714514400.130.140.352.6111.5660.98
HexA791900DE233c3d
Octal247221220015164331475
Binary101001111001000110010000011011110100011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79190; }

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

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

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

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

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

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

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

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