#A79C90

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

Shades of Zorba #A79C90

Tints of Zorba #A79C90

Color information

#A79C90 (or 0xA79C90) is unknown color: approx Zorba. HEX triplet: A7, 9C and 90. RGB value is (167,156,144). Sum of RGB (Red+Green+Blue) = 167+156+144=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79C90 is #58636F. Grayscale: #9D9D9D. Windows color (decimal): -5792624 or 9477287. OLE color: 9477287.

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

Color convert

RGB167156144-
CMYK00.070.140.35
HSL31.3º11.56%60.98%-
HSV(B)31.3º13.77%65.49%-
XYZ32.8634.0131.22-
YUV157.92120.14134.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.76%
GREEN value IS 156 (61.33% from 255) = 33.40%
BLUE value IS 144 (56.64% from 255) = 30.84%
R=35.76%
G=33.40%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715614400.070.140.3531.311.5660.98
HexA79C9007E231fc3d
Octal247234220071643371475
Binary10100111100111001001000001111110100011111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79C90; }

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

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

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

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

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

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

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

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