#A79A8E

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

Shades of Zorba #A79A8E

Tints of Zorba #A79A8E

Color information

#A79A8E (or 0xA79A8E) is unknown color: approx Zorba. HEX triplet: A7, 9A and 8E. RGB value is (167,154,142). Sum of RGB (Red+Green+Blue) = 167+154+142=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 167 - color contains mainly: red. Hex color #A79A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79A8E is #586571. Grayscale: #9C9C9C. Windows color (decimal): -5793138 or 9345703. OLE color: 9345703.

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

Color convert

RGB167154142-
CMYK00.080.150.35
HSL28.8º12.44%60.59%-
HSV(B)28.8º14.97%65.49%-
XYZ32.3733.2830.31-
YUV156.52119.81135.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.07%
GREEN value IS 154 (60.55% from 255) = 33.26%
BLUE value IS 142 (55.86% from 255) = 30.67%
R=36.07%
G=33.26%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715414200.080.150.3528.812.4460.59
HexA79A8E08F231dc3d
Octal2472322160101743351475
Binary101001111001101010001110010001111100011111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79A8E; }

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

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

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

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

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

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

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

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