#A49D96

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

Shades of Zorba #A49D96

Tints of Zorba #A49D96

Color information

#A49D96 (or 0xA49D96) is unknown color: approx Zorba. HEX triplet: A4, 9D and 96. RGB value is (164,157,150). Sum of RGB (Red+Green+Blue) = 164+157+150=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49D96 is #5B6269. Grayscale: #9E9E9E. Windows color (decimal): -5988970 or 9870756. OLE color: 9870756.

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

Color convert

RGB164157150-
CMYK00.040.090.36
HSL30º7.14%61.57%-
HSV(B)30º8.54%64.31%-
XYZ32.8734.2133.72-
YUV158.29123.32132.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.82%
GREEN value IS 157 (61.72% from 255) = 33.33%
BLUE value IS 150 (58.98% from 255) = 31.85%
R=34.82%
G=33.33%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415715000.040.090.36307.1461.57
HexA49D96049241e73e
Octal24423522604114436776
Binary1010010010011101100101100100100110010011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49D96; }

 p { color: rgb(164,157,150); }

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

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

 a { background-color: rgb(164,157,150); }

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

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

 span { border-color: rgb(164,157,150); }

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