#A79489

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

Shades of Zorba #A79489

Tints of Zorba #A79489

Color information

#A79489 (or 0xA79489) is unknown color: approx Zorba. HEX triplet: A7, 94 and 89. RGB value is (167,148,137). Sum of RGB (Red+Green+Blue) = 167+148+137=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 167 - color contains mainly: red. Hex color #A79489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79489 is #586B76. Grayscale: #989898. Windows color (decimal): -5794679 or 9016487. OLE color: 9016487.

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

Color convert

RGB167148137-
CMYK00.110.180.35
HSL22º14.56%59.61%-
HSV(B)22º17.96%65.49%-
XYZ31.0431.228.05-
YUV152.43119.29138.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.95%
GREEN value IS 148 (58.20% from 255) = 32.74%
BLUE value IS 137 (53.91% from 255) = 30.31%
R=36.95%
G=32.74%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714813700.110.180.352214.5659.61
HexA794890B122316f3c
Octal2472242110132243261774
Binary1010011110010100100010010101110010100011101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79489; }

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

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

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

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

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

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

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

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