#A49890

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

Shades of Zorba #A49890

Tints of Zorba #A49890

Color information

#A49890 (or 0xA49890) is unknown color: approx Zorba. HEX triplet: A4, 98 and 90. RGB value is (164,152,144). Sum of RGB (Red+Green+Blue) = 164+152+144=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 164 - color contains mainly: red. Hex color #A49890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49890 is #5B676F. Grayscale: #9A9A9A. Windows color (decimal): -5990256 or 9476260. OLE color: 9476260.

HSL color Cylindrical-coordinate representation of color #A49890: hue angle of 24º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A49890 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB164152144-
CMYK00.070.120.36
HSL24º9.9%60.39%-
HSV(B)24º12.2%64.31%-
XYZ31.5732.3630.97-
YUV154.68121.98134.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.65%
GREEN value IS 152 (59.77% from 255) = 33.04%
BLUE value IS 144 (56.64% from 255) = 31.30%
R=35.65%
G=33.04%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415214400.070.120.36249.960.39
HexA4989007C2418a3c
Octal244230220071444301274
Binary10100100100110001001000001111100100100110001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49890; }

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

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

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

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

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

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

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

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