#A49285

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

Shades of Zorba #A49285

Tints of Zorba #A49285

Color information

#A49285 (or 0xA49285) is unknown color: approx Zorba. HEX triplet: A4, 92 and 85. RGB value is (164,146,133). Sum of RGB (Red+Green+Blue) = 164+146+133=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 164 - color contains mainly: red. Hex color #A49285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49285 is #5B6D7A. Grayscale: #959595. Windows color (decimal): -5991803 or 8753828. OLE color: 8753828.

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

Color convert

RGB164146133-
CMYK00.110.190.36
HSL25.16º14.55%58.24%-
HSV(B)25.16º18.9%64.31%-
XYZ29.8230.1426.44-
YUV149.9118.46138.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.02%
GREEN value IS 146 (57.42% from 255) = 32.96%
BLUE value IS 133 (52.34% from 255) = 30.02%
R=37.02%
G=32.96%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414613300.110.190.3625.1614.5558.24
HexA492850B132419f3a
Octal2442222050132344311772
Binary1010010010010010100001010101110011100100110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49285; }

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

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

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

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

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

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

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

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