#A49D99

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

Shades of Zorba #A49D99

Tints of Zorba #A49D99

Color information

#A49D99 (or 0xA49D99) is unknown color: approx Zorba. HEX triplet: A4, 9D and 99. RGB value is (164,157,153). Sum of RGB (Red+Green+Blue) = 164+157+153=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49D99 is #5B6266. Grayscale: #9E9E9E. Windows color (decimal): -5988967 or 10067364. OLE color: 10067364.

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

Color convert

RGB164157153-
CMYK00.040.070.36
HSL21.82º5.7%62.16%-
HSV(B)21.82º6.71%64.31%-
XYZ33.1234.3135.01-
YUV158.64124.82131.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.60%
GREEN value IS 157 (61.72% from 255) = 33.12%
BLUE value IS 153 (60.16% from 255) = 32.28%
R=34.60%
G=33.12%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415715300.040.070.3621.825.762.16
HexA49D99047241663e
Octal2442352310474426676
Binary101001001001110110011001010011110010010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49D99; }

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

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

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

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

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

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

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

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