#A19087

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

Shades of Zorba #A19087

Tints of Zorba #A19087

Color information

#A19087 (or 0xA19087) is unknown color: approx Zorba. HEX triplet: A1, 90 and 87. RGB value is (161,144,135). Sum of RGB (Red+Green+Blue) = 161+144+135=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 161 - color contains mainly: red. Hex color #A19087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19087 is #5E6F78. Grayscale: #949494. Windows color (decimal): -6188921 or 8884385. OLE color: 8884385.

HSL color Cylindrical-coordinate representation of color #A19087: hue angle of 20.77º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A19087 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB161144135-
CMYK00.110.160.37
HSL20.77º12.15%58.04%-
HSV(B)20.77º16.15%63.14%-
XYZ29.0429.2727.04-
YUV148.06120.63137.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.59%
GREEN value IS 144 (56.64% from 255) = 32.73%
BLUE value IS 135 (53.12% from 255) = 30.68%
R=36.59%
G=32.73%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114413500.110.160.3720.7712.1558.04
HexA190870B102515c3a
Octal2412202070132045251472
Binary1010000110010000100001110101110000100101101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19087; }

 p { color: rgb(161,144,135); }

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

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

 a { background-color: rgb(161,144,135); }

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

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

 span { border-color: rgb(161,144,135); }

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