#A49189

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

Shades of Zorba #A49189

Tints of Zorba #A49189

Color information

#A49189 (or 0xA49189) is unknown color: approx Zorba. HEX triplet: A4, 91 and 89. RGB value is (164,145,137). Sum of RGB (Red+Green+Blue) = 164+145+137=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 164 - color contains mainly: red. Hex color #A49189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49189 is #5B6E76. Grayscale: #959595. Windows color (decimal): -5992055 or 9015716. OLE color: 9015716.

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

Color convert

RGB164145137-
CMYK00.120.160.36
HSL17.78º12.92%59.02%-
HSV(B)17.78º16.46%64.31%-
XYZ29.9529.9527.87-
YUV149.77120.79138.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.77%
GREEN value IS 145 (57.03% from 255) = 32.51%
BLUE value IS 137 (53.91% from 255) = 30.72%
R=36.77%
G=32.51%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414513700.120.160.3617.7812.9259.02
HexA491890C102412d3b
Octal2442212110142044221573
Binary1010010010010001100010010110010000100100100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49189; }

 p { color: rgb(164,145,137); }

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

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

 a { background-color: rgb(164,145,137); }

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

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

 span { border-color: rgb(164,145,137); }

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