#A19189

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

Shades of Zorba #A19189

Tints of Zorba #A19189

Color information

#A19189 (or 0xA19189) is unknown color: approx Zorba. HEX triplet: A1, 91 and 89. RGB value is (161,145,137). Sum of RGB (Red+Green+Blue) = 161+145+137=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 161 - color contains mainly: red. Hex color #A19189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19189 is #5E6E76. Grayscale: #949494. Windows color (decimal): -6188663 or 9015713. OLE color: 9015713.

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

Color convert

RGB161145137-
CMYK00.100.150.37
HSL20º11.32%58.43%-
HSV(B)20º14.91%63.14%-
XYZ29.3429.6327.84-
YUV148.87121.3136.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.34%
GREEN value IS 145 (57.03% from 255) = 32.73%
BLUE value IS 137 (53.91% from 255) = 30.93%
R=36.34%
G=32.73%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114513700.100.150.372011.3258.43
HexA191890AF2514b3a
Octal2412212110121745241372
Binary101000011001000110001001010101111100101101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19189; }

 p { color: rgb(161,145,137); }

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

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

 a { background-color: rgb(161,145,137); }

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

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

 span { border-color: rgb(161,145,137); }

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