#A49790

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

Shades of Zorba #A49790

Tints of Zorba #A49790

Color information

#A49790 (or 0xA49790) is unknown color: approx Zorba. HEX triplet: A4, 97 and 90. RGB value is (164,151,144). Sum of RGB (Red+Green+Blue) = 164+151+144=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 164 - color contains mainly: red. Hex color #A49790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49790 is #5B686F. Grayscale: #9A9A9A. Windows color (decimal): -5990512 or 9476004. OLE color: 9476004.

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

Color convert

RGB164151144-
CMYK00.080.120.36
HSL21º9.9%60.39%-
HSV(B)21º12.2%64.31%-
XYZ31.4132.0430.91-
YUV154.09122.31135.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 151 (59.38% from 255) = 32.90%
BLUE value IS 144 (56.64% from 255) = 31.37%
R=35.73%
G=32.90%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415114400.080.120.36219.960.39
HexA4979008C2415a3c
Octal2442272200101444251274
Binary101001001001011110010000010001100100100101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49790; }

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

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

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

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

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

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

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

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