#A49C94

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

Shades of Zorba #A49C94

Tints of Zorba #A49C94

Color information

#A49C94 (or 0xA49C94) is unknown color: approx Zorba. HEX triplet: A4, 9C and 94. RGB value is (164,156,148). Sum of RGB (Red+Green+Blue) = 164+156+148=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49C94 is #5B636B. Grayscale: #9D9D9D. Windows color (decimal): -5989228 or 9739428. OLE color: 9739428.

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

Color convert

RGB164156148-
CMYK00.050.100.36
HSL30º8.08%61.18%-
HSV(B)30º9.76%64.31%-
XYZ32.5433.8132.83-
YUV157.48122.65132.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.04%
GREEN value IS 156 (61.33% from 255) = 33.33%
BLUE value IS 148 (58.20% from 255) = 31.62%
R=35.04%
G=33.33%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415614800.050.100.36308.0861.18
HexA49C9405A241e83d
Octal244234224051244361075
Binary10100100100111001001010001011010100100111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49C94; }

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

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

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

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

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

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

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

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