#A19089

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

Shades of Zorba #A19089

Tints of Zorba #A19089

Color information

#A19089 (or 0xA19089) is unknown color: approx Zorba. HEX triplet: A1, 90 and 89. RGB value is (161,144,137). Sum of RGB (Red+Green+Blue) = 161+144+137=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 161 - color contains mainly: red. Hex color #A19089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19089 is #5E6F76. Grayscale: #949494. Windows color (decimal): -6188919 or 9015457. OLE color: 9015457.

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

Color convert

RGB161144137-
CMYK00.110.150.37
HSL17.5º11.32%58.43%-
HSV(B)17.5º14.91%63.14%-
XYZ29.1929.3327.79-
YUV148.28121.63137.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.43%
GREEN value IS 144 (56.64% from 255) = 32.58%
BLUE value IS 137 (53.91% from 255) = 31.00%
R=36.43%
G=32.58%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114413700.110.150.3717.511.3258.43
HexA190890BF2512b3a
Octal2412202110131745221372
Binary101000011001000010001001010111111100101100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19089; }

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

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

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

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

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

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

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

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