#A79889

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

Shades of Zorba #A79889

Tints of Zorba #A79889

Color information

#A79889 (or 0xA79889) is unknown color: approx Zorba. HEX triplet: A7, 98 and 89. RGB value is (167,152,137). Sum of RGB (Red+Green+Blue) = 167+152+137=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 167 - color contains mainly: red. Hex color #A79889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79889 is #586776. Grayscale: #9A9A9A. Windows color (decimal): -5793655 or 9017511. OLE color: 9017511.

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

Color convert

RGB167152137-
CMYK00.090.180.35
HSL30º14.56%59.61%-
HSV(B)30º17.96%65.49%-
XYZ31.6832.4828.27-
YUV154.77117.97136.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.62%
GREEN value IS 152 (59.77% from 255) = 33.33%
BLUE value IS 137 (53.91% from 255) = 30.04%
R=36.62%
G=33.33%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715213700.090.180.353014.5659.61
HexA798890912231ef3c
Octal2472302110112243361774
Binary1010011110011000100010010100110010100011111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79889; }

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

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

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

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

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

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

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

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