#A79A90

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

Shades of Zorba #A79A90

Tints of Zorba #A79A90

Color information

#A79A90 (or 0xA79A90) is unknown color: approx Zorba. HEX triplet: A7, 9A and 90. RGB value is (167,154,144). Sum of RGB (Red+Green+Blue) = 167+154+144=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 167 - color contains mainly: red. Hex color #A79A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79A90 is #58656F. Grayscale: #9C9C9C. Windows color (decimal): -5793136 or 9476775. OLE color: 9476775.

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

Color convert

RGB167154144-
CMYK00.080.140.35
HSL26.09º11.56%60.98%-
HSV(B)26.09º13.77%65.49%-
XYZ32.5333.3431.11-
YUV156.75120.81135.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.91%
GREEN value IS 154 (60.55% from 255) = 33.12%
BLUE value IS 144 (56.64% from 255) = 30.97%
R=35.91%
G=33.12%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715414400.080.140.3526.0911.5660.98
HexA79A9008E231ac3d
Octal2472322200101643321475
Binary101001111001101010010000010001110100011110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79A90; }

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

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

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

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

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

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

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

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