#A79789

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

Shades of Zorba #A79789

Tints of Zorba #A79789

Color information

#A79789 (or 0xA79789) is unknown color: approx Zorba. HEX triplet: A7, 97 and 89. RGB value is (167,151,137). Sum of RGB (Red+Green+Blue) = 167+151+137=455 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.70% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 167 - color contains mainly: red. Hex color #A79789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79789 is #586876. Grayscale: #9A9A9A. Windows color (decimal): -5793911 or 9017255. OLE color: 9017255.

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

Color convert

RGB167151137-
CMYK00.100.180.35
HSL28º14.56%59.61%-
HSV(B)28º17.96%65.49%-
XYZ31.5232.1528.21-
YUV154.19118.3137.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.70%
GREEN value IS 151 (59.38% from 255) = 33.19%
BLUE value IS 137 (53.91% from 255) = 30.11%
R=36.70%
G=33.19%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715113700.100.180.352814.5659.61
HexA797890A12231cf3c
Octal2472272110122243341774
Binary1010011110010111100010010101010010100011111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79789; }

 p { color: rgb(167,151,137); }

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

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

 a { background-color: rgb(167,151,137); }

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

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

 span { border-color: rgb(167,151,137); }

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