#A49D98

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

Shades of Zorba #A49D98

Tints of Zorba #A49D98

Color information

#A49D98 (or 0xA49D98) is unknown color: approx Zorba. HEX triplet: A4, 9D and 98. RGB value is (164,157,152). Sum of RGB (Red+Green+Blue) = 164+157+152=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49D98 is #5B6267. Grayscale: #9E9E9E. Windows color (decimal): -5988968 or 10001828. OLE color: 10001828.

HSL color Cylindrical-coordinate representation of color #A49D98: hue angle of 25º 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 #A49D98 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB164157152-
CMYK00.040.070.36
HSL25º6.19%61.96%-
HSV(B)25º7.32%64.31%-
XYZ33.0334.2734.58-
YUV158.52124.32131.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.67%
GREEN value IS 157 (61.72% from 255) = 33.19%
BLUE value IS 152 (59.77% from 255) = 32.14%
R=34.67%
G=33.19%
B=32.14%

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
Decimal16415715200.040.070.36256.1961.96
HexA49D98047241963e
Octal2442352300474431676
Binary101001001001110110011000010011110010011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49D98; }

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

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

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

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

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

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

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

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