#A49A95

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

Shades of Zorba #A49A95

Tints of Zorba #A49A95

Color information

#A49A95 (or 0xA49A95) is unknown color: approx Zorba. HEX triplet: A4, 9A and 95. RGB value is (164,154,149). Sum of RGB (Red+Green+Blue) = 164+154+149=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49A95 is #5B656A. Grayscale: #9C9C9C. Windows color (decimal): -5989739 or 9804452. OLE color: 9804452.

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

Color convert

RGB164154149-
CMYK00.060.090.36
HSL20º7.61%61.37%-
HSV(B)20º9.15%64.31%-
XYZ32.2933.1733.14-
YUV156.42123.81133.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 154 (60.55% from 255) = 32.98%
BLUE value IS 149 (58.59% from 255) = 31.91%
R=35.12%
G=32.98%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415414900.060.090.36207.6161.37
HexA49A95069241483d
Octal244232225061144241075
Binary10100100100110101001010101101001100100101001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49A95; }

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

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

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

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

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

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

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

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