#A79B8E

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

Shades of Zorba #A79B8E

Tints of Zorba #A79B8E

Color information

#A79B8E (or 0xA79B8E) is unknown color: approx Zorba. HEX triplet: A7, 9B and 8E. RGB value is (167,155,142). Sum of RGB (Red+Green+Blue) = 167+155+142=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 167 - color contains mainly: red. Hex color #A79B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79B8E is #586471. Grayscale: #9D9D9D. Windows color (decimal): -5792882 or 9345959. OLE color: 9345959.

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

Color convert

RGB167155142-
CMYK00.070.150.35
HSL31.2º12.44%60.59%-
HSV(B)31.2º14.97%65.49%-
XYZ32.5433.6130.36-
YUV157.11119.48135.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.99%
GREEN value IS 155 (60.94% from 255) = 33.41%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=35.99%
G=33.41%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715514200.070.150.3531.212.4460.59
HexA79B8E07F231fc3d
Octal247233216071743371475
Binary10100111100110111000111001111111100011111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79B8E; }

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

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

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

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

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

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

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

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