#A89584

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

Shades of Zorba #A89584

Tints of Zorba #A89584

Color information

#A89584 (or 0xA89584) is unknown color: approx Zorba. HEX triplet: A8, 95 and 84. RGB value is (168,149,132). Sum of RGB (Red+Green+Blue) = 168+149+132=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 168 - color contains mainly: red. Hex color #A89584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89584 is #576A7B. Grayscale: #989898. Windows color (decimal): -5728892 or 8689064. OLE color: 8689064.

HSL color Cylindrical-coordinate representation of color #A89584: hue angle of 28.33º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A89584 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB168149132-
CMYK00.110.210.34
HSL28.33º17.14%58.82%-
HSV(B)28.33º21.43%65.88%-
XYZ31.0631.4926.27-
YUV152.74116.29138.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.42%
GREEN value IS 149 (58.59% from 255) = 33.18%
BLUE value IS 132 (51.95% from 255) = 29.40%
R=37.42%
G=33.18%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814913200.110.210.3428.3317.1458.82
HexA895840B15221c113b
Octal2502252040132542342173
Binary10101000100101011000010001011101011000101110010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89584; }

 p { color: rgb(168,149,132); }

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

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

 a { background-color: rgb(168,149,132); }

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

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

 span { border-color: rgb(168,149,132); }

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