#A19487

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

Shades of Zorba #A19487

Tints of Zorba #A19487

Color information

#A19487 (or 0xA19487) is unknown color: approx Zorba. HEX triplet: A1, 94 and 87. RGB value is (161,148,135). Sum of RGB (Red+Green+Blue) = 161+148+135=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 161 - color contains mainly: red. Hex color #A19487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19487 is #5E6B78. Grayscale: #969696. Windows color (decimal): -6187897 or 8885409. OLE color: 8885409.

HSL color Cylindrical-coordinate representation of color #A19487: hue angle of 30º 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 #A19487 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB161148135-
CMYK00.080.160.37
HSL30º12.15%58.04%-
HSV(B)30º16.15%63.14%-
XYZ29.6630.5127.25-
YUV150.4119.31135.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 148 (58.20% from 255) = 33.33%
BLUE value IS 135 (53.12% from 255) = 30.41%
R=36.26%
G=33.33%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114813500.080.160.373012.1558.04
HexA194870810251ec3a
Octal2412242070102045361472
Binary1010000110010100100001110100010000100101111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19487; }

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

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

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

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

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

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

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

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