#A49489

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

Shades of Zorba #A49489

Tints of Zorba #A49489

Color information

#A49489 (or 0xA49489) is unknown color: approx Zorba. HEX triplet: A4, 94 and 89. RGB value is (164,148,137). Sum of RGB (Red+Green+Blue) = 164+148+137=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 164 - color contains mainly: red. Hex color #A49489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49489 is #5B6B76. Grayscale: #979797. Windows color (decimal): -5991287 or 9016484. OLE color: 9016484.

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

Color convert

RGB164148137-
CMYK00.100.160.36
HSL24.44º12.92%59.02%-
HSV(B)24.44º16.46%64.31%-
XYZ30.4230.8828.02-
YUV151.53119.8136.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.53%
GREEN value IS 148 (58.20% from 255) = 32.96%
BLUE value IS 137 (53.91% from 255) = 30.51%
R=36.53%
G=32.96%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414813700.100.160.3624.4412.9259.02
HexA494890A102418d3b
Octal2442242110122044301573
Binary1010010010010100100010010101010000100100110001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49489; }

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

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

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

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

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

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

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

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