#A19890

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

Shades of Zorba #A19890

Tints of Zorba #A19890

Color information

#A19890 (or 0xA19890) is unknown color: approx Zorba. HEX triplet: A1, 98 and 90. RGB value is (161,152,144). Sum of RGB (Red+Green+Blue) = 161+152+144=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 161 - color contains mainly: red. Hex color #A19890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19890 is #5E676F. Grayscale: #999999. Windows color (decimal): -6186864 or 9476257. OLE color: 9476257.

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

Color convert

RGB161152144-
CMYK00.060.110.37
HSL28.24º8.29%59.8%-
HSV(B)28.24º10.56%63.14%-
XYZ30.9632.0530.94-
YUV153.78122.48133.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.23%
GREEN value IS 152 (59.77% from 255) = 33.26%
BLUE value IS 144 (56.64% from 255) = 31.51%
R=35.23%
G=33.26%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115214400.060.110.3728.248.2959.8
HexA1989006B251c83c
Octal241230220061345341074
Binary10100001100110001001000001101011100101111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19890; }

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

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

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

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

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

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

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

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