#A49486

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

Shades of Zorba #A49486

Tints of Zorba #A49486

Color information

#A49486 (or 0xA49486) is unknown color: approx Zorba. HEX triplet: A4, 94 and 86. RGB value is (164,148,134). Sum of RGB (Red+Green+Blue) = 164+148+134=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 164 - color contains mainly: red. Hex color #A49486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49486 is #5B6B79. Grayscale: #979797. Windows color (decimal): -5991290 or 8819876. OLE color: 8819876.

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

Color convert

RGB164148134-
CMYK00.100.180.36
HSL28º14.15%58.43%-
HSV(B)28º18.29%64.31%-
XYZ30.230.7926.91-
YUV151.19118.3137.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.77%
GREEN value IS 148 (58.20% from 255) = 33.18%
BLUE value IS 134 (52.73% from 255) = 30.04%
R=36.77%
G=33.18%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414813400.100.180.362814.1558.43
HexA494860A12241ce3a
Octal2442242060122244341672
Binary1010010010010100100001100101010010100100111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49486; }

 p { color: rgb(164,148,134); }

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

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

 a { background-color: rgb(164,148,134); }

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

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

 span { border-color: rgb(164,148,134); }

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