#A49990

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

Shades of Zorba #A49990

Tints of Zorba #A49990

Color information

#A49990 (or 0xA49990) is unknown color: approx Zorba. HEX triplet: A4, 99 and 90. RGB value is (164,153,144). Sum of RGB (Red+Green+Blue) = 164+153+144=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 164 - color contains mainly: red. Hex color #A49990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49990 is #5B666F. Grayscale: #9B9B9B. Windows color (decimal): -5990000 or 9476516. OLE color: 9476516.

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

Color convert

RGB164153144-
CMYK00.070.120.36
HSL27º9.9%60.39%-
HSV(B)27º12.2%64.31%-
XYZ31.7432.6931.02-
YUV155.26121.64134.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 153 (60.16% from 255) = 33.19%
BLUE value IS 144 (56.64% from 255) = 31.24%
R=35.57%
G=33.19%
B=31.24%

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
Decimal16415314400.070.120.36279.960.39
HexA4999007C241ba3c
Octal244231220071444331274
Binary10100100100110011001000001111100100100110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49990; }

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

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

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

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

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

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

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

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