#A19993

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

Shades of Zorba #A19993

Tints of Zorba #A19993

Color information

#A19993 (or 0xA19993) is unknown color: approx Zorba. HEX triplet: A1, 99 and 93. RGB value is (161,153,147). Sum of RGB (Red+Green+Blue) = 161+153+147=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 161 - color contains mainly: red. Hex color #A19993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19993 is #5E666C. Grayscale: #9A9A9A. Windows color (decimal): -6186605 or 9673121. OLE color: 9673121.

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

Color convert

RGB161153147-
CMYK00.050.090.37
HSL25.71º6.93%60.39%-
HSV(B)25.71º8.7%63.14%-
XYZ31.3632.4732.22-
YUV154.71123.65132.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 153 (60.16% from 255) = 33.19%
BLUE value IS 147 (57.81% from 255) = 31.89%
R=34.92%
G=33.19%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115314700.050.090.3725.716.9360.39
HexA19993059251a73c
Octal24123122305114532774
Binary1010000110011001100100110101100110010111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19993; }

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

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

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

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

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

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

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

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