#A49487

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

Shades of Zorba #A49487

Tints of Zorba #A49487

Color information

#A49487 (or 0xA49487) is unknown color: approx Zorba. HEX triplet: A4, 94 and 87. RGB value is (164,148,135). Sum of RGB (Red+Green+Blue) = 164+148+135=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 135 (53.12% from 255 or 30.20% from 447); Max value from RGB is 164 - color contains mainly: red. Hex color #A49487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49487 is #5B6B78. Grayscale: #979797. Windows color (decimal): -5991289 or 8885412. OLE color: 8885412.

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

Color convert

RGB164148135-
CMYK00.100.180.36
HSL26.9º13.74%58.63%-
HSV(B)26.9º17.68%64.31%-
XYZ30.2730.8227.28-
YUV151.3118.8137.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.69%
GREEN value IS 148 (58.20% from 255) = 33.11%
BLUE value IS 135 (53.12% from 255) = 30.20%
R=36.69%
G=33.11%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414813500.100.180.3626.913.7458.63
HexA494870A12241be3b
Octal2442242070122244331673
Binary1010010010010100100001110101010010100100110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49487; }

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

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

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

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

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

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

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

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