#A49B96

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

Shades of Zorba #A49B96

Tints of Zorba #A49B96

Color information

#A49B96 (or 0xA49B96) is unknown color: approx Zorba. HEX triplet: A4, 9B and 96. RGB value is (164,155,150). Sum of RGB (Red+Green+Blue) = 164+155+150=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49B96 is #5B6469. Grayscale: #9D9D9D. Windows color (decimal): -5989482 or 9870244. OLE color: 9870244.

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

Color convert

RGB164155150-
CMYK00.050.090.36
HSL21.43º7.14%61.57%-
HSV(B)21.43º8.54%64.31%-
XYZ32.5433.5433.61-
YUV157.12123.98132.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.97%
GREEN value IS 155 (60.94% from 255) = 33.05%
BLUE value IS 150 (58.98% from 255) = 31.98%
R=34.97%
G=33.05%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415515000.050.090.3621.437.1461.57
HexA49B96059241573e
Octal24423322605114425776
Binary1010010010011011100101100101100110010010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49B96; }

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

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

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

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

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

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

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

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