#A49587

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

Shades of Zorba #A49587

Tints of Zorba #A49587

Color information

#A49587 (or 0xA49587) is unknown color: approx Zorba. HEX triplet: A4, 95 and 87. RGB value is (164,149,135). Sum of RGB (Red+Green+Blue) = 164+149+135=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 164 - color contains mainly: red. Hex color #A49587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49587 is #5B6A78. Grayscale: #979797. Windows color (decimal): -5991033 or 8885668. OLE color: 8885668.

HSL color Cylindrical-coordinate representation of color #A49587: hue angle of 28.97º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A49587 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB164149135-
CMYK00.090.180.36
HSL28.97º13.74%58.63%-
HSV(B)28.97º17.68%64.31%-
XYZ30.4331.1427.33-
YUV151.89118.47136.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.61%
GREEN value IS 149 (58.59% from 255) = 33.26%
BLUE value IS 135 (53.12% from 255) = 30.13%
R=36.61%
G=33.26%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414913500.090.180.3628.9713.7458.63
HexA495870912241de3b
Octal2442252070112244351673
Binary1010010010010101100001110100110010100100111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49587; }

 p { color: rgb(164,149,135); }

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

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

 a { background-color: rgb(164,149,135); }

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

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

 span { border-color: rgb(164,149,135); }

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