#A49C96

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

Shades of Zorba #A49C96

Tints of Zorba #A49C96

Color information

#A49C96 (or 0xA49C96) is unknown color: approx Zorba. HEX triplet: A4, 9C and 96. RGB value is (164,156,150). Sum of RGB (Red+Green+Blue) = 164+156+150=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49C96 is #5B6369. Grayscale: #9D9D9D. Windows color (decimal): -5989226 or 9870500. OLE color: 9870500.

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

Color convert

RGB164156150-
CMYK00.050.090.36
HSL25.71º7.14%61.57%-
HSV(B)25.71º8.54%64.31%-
XYZ32.733.8733.67-
YUV157.71123.65132.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.89%
GREEN value IS 156 (61.33% from 255) = 33.19%
BLUE value IS 150 (58.98% from 255) = 31.91%
R=34.89%
G=33.19%
B=31.91%

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
Decimal16415615000.050.090.3625.717.1461.57
HexA49C96059241a73e
Octal24423422605114432776
Binary1010010010011100100101100101100110010011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49C96; }

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

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

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

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

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

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

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

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