#A79E97

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

Shades of Zorba #A79E97

Tints of Zorba #A79E97

Color information

#A79E97 (or 0xA79E97) is unknown color: approx Zorba. HEX triplet: A7, 9E and 97. RGB value is (167,158,151). Sum of RGB (Red+Green+Blue) = 167+158+151=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 167 - color contains mainly: red. Hex color #A79E97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79E97 is #586168. Grayscale: #9F9F9F. Windows color (decimal): -5792105 or 9936551. OLE color: 9936551.

HSL color Cylindrical-coordinate representation of color #A79E97: hue angle of 26.25º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A79E97 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB167158151-
CMYK00.050.100.35
HSL26.25º8.33%62.35%-
HSV(B)26.25º9.58%65.49%-
XYZ33.7534.934.24-
YUV159.89122.98133.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.08%
GREEN value IS 158 (62.11% from 255) = 33.19%
BLUE value IS 151 (59.38% from 255) = 31.72%
R=35.08%
G=33.19%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715815100.050.100.3526.258.3362.35
HexA79E9705A231a83e
Octal247236227051243321076
Binary10100111100111101001011101011010100011110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79E97; }

 p { color: rgb(167,158,151); }

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

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

 a { background-color: rgb(167,158,151); }

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

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

 span { border-color: rgb(167,158,151); }

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