#A19994

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

Shades of Zorba #A19994

Tints of Zorba #A19994

Color information

#A19994 (or 0xA19994) is unknown color: approx Zorba. HEX triplet: A1, 99 and 94. RGB value is (161,153,148). Sum of RGB (Red+Green+Blue) = 161+153+148=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 161 - color contains mainly: red. Hex color #A19994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19994 is #5E666B. Grayscale: #9A9A9A. Windows color (decimal): -6186604 or 9738657. OLE color: 9738657.

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

Color convert

RGB161153148-
CMYK00.050.080.37
HSL23.08º6.47%60.59%-
HSV(B)23.08º8.07%63.14%-
XYZ31.4332.532.63-
YUV154.82124.15132.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.85%
GREEN value IS 153 (60.16% from 255) = 33.12%
BLUE value IS 148 (58.20% from 255) = 32.03%
R=34.85%
G=33.12%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115314800.050.080.3723.086.4760.59
HexA19994058251763d
Octal24123122405104527675
Binary1010000110011001100101000101100010010110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19994; }

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

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

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

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

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

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

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

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