#A79894

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

Shades of Thatch #A79894

Tints of Thatch #A79894

Color information

#A79894 (or 0xA79894) is unknown color: approx Thatch. HEX triplet: A7, 98 and 94. RGB value is (167,152,148). Sum of RGB (Red+Green+Blue) = 167+152+148=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 167 - color contains mainly: red. Hex color #A79894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79894 is #58676B. Grayscale: #9C9C9C. Windows color (decimal): -5793644 or 9738407. OLE color: 9738407.

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

Color convert

RGB167152148-
CMYK00.090.110.35
HSL12.63º9.74%61.76%-
HSV(B)12.63º11.38%65.49%-
XYZ32.5132.8132.64-
YUV156.03123.47135.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.76%
GREEN value IS 152 (59.77% from 255) = 32.55%
BLUE value IS 148 (58.20% from 255) = 31.69%
R=35.76%
G=32.55%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715214800.090.110.3512.639.7461.76
HexA7989409B23da3e
Octal2472302240111343151276
Binary10100111100110001001010001001101110001111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79894; }

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

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

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

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

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

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

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

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