#A19C21

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

Shades of Lucky #A19C21

Tints of Lucky #A19C21

Color information

#A19C21 (or 0xA19C21) is unknown color: approx Lucky. HEX triplet: A1, 9C and 21. RGB value is (161,156,33). Sum of RGB (Red+Green+Blue) = 161+156+33=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19C21 is #5E63DE. Grayscale: #8F8F8F. Windows color (decimal): -6185951 or 2202785. OLE color: 2202785.

HSL color Cylindrical-coordinate representation of color #A19C21: hue angle of 57.66º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A19C21 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB16115633-
CMYK00.030.800.37
HSL57.66º65.98%38.04%-
HSV(B)57.66º79.5%63.14%-
XYZ26.8631.466.1-
YUV143.4765.66140.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46%
GREEN value IS 156 (61.33% from 255) = 44.57%
BLUE value IS 33 (13.28% from 255) = 9.43%
R=46%
G=44.57%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611563300.030.800.3757.6665.9838.04
HexA19C210350253a4226
Octal2412344103120457210246
Binary101000011001110010000101110100001001011110101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19C21; }

 p { color: rgb(161,156,33); }

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

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

 a { background-color: rgb(161,156,33); }

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

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

 span { border-color: rgb(161,156,33); }

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