#A19991

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

Shades of Zorba #A19991

Tints of Zorba #A19991

Color information

#A19991 (or 0xA19991) is unknown color: approx Zorba. HEX triplet: A1, 99 and 91. RGB value is (161,153,145). Sum of RGB (Red+Green+Blue) = 161+153+145=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 161 - color contains mainly: red. Hex color #A19991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19991 is #5E666E. Grayscale: #9A9A9A. Windows color (decimal): -6186607 or 9542049. OLE color: 9542049.

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

Color convert

RGB161153145-
CMYK00.050.100.37
HSL30º7.84%60%-
HSV(B)30º9.94%63.14%-
XYZ31.232.431.4-
YUV154.48122.65132.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.08%
GREEN value IS 153 (60.16% from 255) = 33.33%
BLUE value IS 145 (57.03% from 255) = 31.59%
R=35.08%
G=33.33%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115314500.050.100.37307.8460
HexA1999105A251e83c
Octal241231221051245361074
Binary10100001100110011001000101011010100101111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19991; }

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

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

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

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

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

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

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

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