#A49485

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

Shades of Zorba #A49485

Tints of Zorba #A49485

Color information

#A49485 (or 0xA49485) is unknown color: approx Zorba. HEX triplet: A4, 94 and 85. RGB value is (164,148,133). Sum of RGB (Red+Green+Blue) = 164+148+133=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 164 - color contains mainly: red. Hex color #A49485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49485 is #5B6B7A. Grayscale: #979797. Windows color (decimal): -5991291 or 8754340. OLE color: 8754340.

HSL color Cylindrical-coordinate representation of color #A49485: hue angle of 29.03º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A49485 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB164148133-
CMYK00.100.190.36
HSL29.03º14.55%58.24%-
HSV(B)29.03º18.9%64.31%-
XYZ30.1330.7726.54-
YUV151.07117.8137.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.85%
GREEN value IS 148 (58.20% from 255) = 33.26%
BLUE value IS 133 (52.34% from 255) = 29.89%
R=36.85%
G=33.26%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414813300.100.190.3629.0314.5558.24
HexA494850A13241df3a
Octal2442242050122344351772
Binary1010010010010100100001010101010011100100111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49485; }

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

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

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

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

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

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

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

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