#A79E98

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

Shades of Zorba #A79E98

Tints of Zorba #A79E98

Color information

#A79E98 (or 0xA79E98) is unknown color: approx Zorba. HEX triplet: A7, 9E and 98. RGB value is (167,158,152). Sum of RGB (Red+Green+Blue) = 167+158+152=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 167 - color contains mainly: red. Hex color #A79E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79E98 is #586167. Grayscale: #A0A0A0. Windows color (decimal): -5792104 or 10002087. OLE color: 10002087.

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

Color convert

RGB167158152-
CMYK00.050.090.35
HSL24º7.85%62.55%-
HSV(B)24º8.98%65.49%-
XYZ33.8334.9434.67-
YUV160.01123.48132.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.01%
GREEN value IS 158 (62.11% from 255) = 33.12%
BLUE value IS 152 (59.77% from 255) = 31.87%
R=35.01%
G=33.12%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715815200.050.090.35247.8562.55
HexA79E98059231883f
Octal247236230051143301077
Binary10100111100111101001100001011001100011110001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79E98; }

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

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

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

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

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

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

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

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