#A19489

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

Shades of Zorba #A19489

Tints of Zorba #A19489

Color information

#A19489 (or 0xA19489) is unknown color: approx Zorba. HEX triplet: A1, 94 and 89. RGB value is (161,148,137). Sum of RGB (Red+Green+Blue) = 161+148+137=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 161 - color contains mainly: red. Hex color #A19489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19489 is #5E6B76. Grayscale: #969696. Windows color (decimal): -6187895 or 9016481. OLE color: 9016481.

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

Color convert

RGB161148137-
CMYK00.080.150.37
HSL27.5º11.32%58.43%-
HSV(B)27.5º14.91%63.14%-
XYZ29.830.5628-
YUV150.63120.31135.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.10%
GREEN value IS 148 (58.20% from 255) = 33.18%
BLUE value IS 137 (53.91% from 255) = 30.72%
R=36.10%
G=33.18%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114813700.080.150.3727.511.3258.43
HexA1948908F251cb3a
Octal2412242110101745341372
Binary101000011001010010001001010001111100101111001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19489; }

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

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

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

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

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

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

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

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