#A49687

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

Shades of Zorba #A49687

Tints of Zorba #A49687

Color information

#A49687 (or 0xA49687) is unknown color: approx Zorba. HEX triplet: A4, 96 and 87. RGB value is (164,150,135). Sum of RGB (Red+Green+Blue) = 164+150+135=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 164 - color contains mainly: red. Hex color #A49687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49687 is #5B6978. Grayscale: #989898. Windows color (decimal): -5990777 or 8885924. OLE color: 8885924.

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

Color convert

RGB164150135-
CMYK00.090.180.36
HSL31.03º13.74%58.63%-
HSV(B)31.03º17.68%64.31%-
XYZ30.5931.4527.38-
YUV152.48118.14136.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.53%
GREEN value IS 150 (58.98% from 255) = 33.41%
BLUE value IS 135 (53.12% from 255) = 30.07%
R=36.53%
G=33.41%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415013500.090.180.3631.0313.7458.63
HexA496870912241fe3b
Octal2442262070112244371673
Binary1010010010010110100001110100110010100100111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49687; }

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

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

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

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

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

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

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

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