#A79589

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

Shades of Zorba #A79589

Tints of Zorba #A79589

Color information

#A79589 (or 0xA79589) is unknown color: approx Zorba. HEX triplet: A7, 95 and 89. RGB value is (167,149,137). Sum of RGB (Red+Green+Blue) = 167+149+137=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 167 - color contains mainly: red. Hex color #A79589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79589 is #586A76. Grayscale: #999999. Windows color (decimal): -5794423 or 9016743. OLE color: 9016743.

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

Color convert

RGB167149137-
CMYK00.110.180.35
HSL24º14.56%59.61%-
HSV(B)24º17.96%65.49%-
XYZ31.231.5228.11-
YUV153.01118.96137.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.87%
GREEN value IS 149 (58.59% from 255) = 32.89%
BLUE value IS 137 (53.91% from 255) = 30.24%
R=36.87%
G=32.89%
B=30.24%

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
Decimal16714913700.110.180.352414.5659.61
HexA795890B122318f3c
Octal2472252110132243301774
Binary1010011110010101100010010101110010100011110001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79589; }

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

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

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

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

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

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

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

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