#A79694

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

Shades of Thatch #A79694

Tints of Thatch #A79694

Color information

#A79694 (or 0xA79694) is unknown color: approx Thatch. HEX triplet: A7, 96 and 94. RGB value is (167,150,148). Sum of RGB (Red+Green+Blue) = 167+150+148=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 167 - color contains mainly: red. Hex color #A79694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79694 is #58696B. Grayscale: #9A9A9A. Windows color (decimal): -5794156 or 9737895. OLE color: 9737895.

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

Color convert

RGB167150148-
CMYK00.100.110.35
HSL6.32º9.74%61.76%-
HSV(B)6.32º11.38%65.49%-
XYZ32.1932.1732.53-
YUV154.86124.13136.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.91%
GREEN value IS 150 (58.98% from 255) = 32.26%
BLUE value IS 148 (58.20% from 255) = 31.83%
R=35.91%
G=32.26%
B=31.83%

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
Decimal16715014800.100.110.356.329.7461.76
HexA796940AB236a3e
Octal247226224012134361276
Binary1010011110010110100101000101010111000111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79694; }

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

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

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

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

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

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

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

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