#A79690

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

Shades of Thatch #A79690

Tints of Thatch #A79690

Color information

#A79690 (or 0xA79690) is unknown color: approx Thatch. HEX triplet: A7, 96 and 90. RGB value is (167,150,144). Sum of RGB (Red+Green+Blue) = 167+150+144=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 167 - color contains mainly: red. Hex color #A79690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79690 is #58696F. Grayscale: #9A9A9A. Windows color (decimal): -5794160 or 9475751. OLE color: 9475751.

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

Color convert

RGB167150144-
CMYK00.100.140.35
HSL15.65º11.56%60.98%-
HSV(B)15.65º13.77%65.49%-
XYZ31.8832.0430.89-
YUV154.4122.13136.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.23%
GREEN value IS 150 (58.98% from 255) = 32.54%
BLUE value IS 144 (56.64% from 255) = 31.24%
R=36.23%
G=32.54%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715014400.100.140.3515.6511.5660.98
HexA796900AE2310c3d
Octal2472262200121643201475
Binary101001111001011010010000010101110100011100001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79690; }

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

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

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

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

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

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

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

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