#A19C12

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

Shades of Lucky #A19C12

Tints of Lucky #A19C12

Color information

#A19C12 (or 0xA19C12) is unknown color: approx Lucky. HEX triplet: A1, 9C and 12. RGB value is (161,156,18). Sum of RGB (Red+Green+Blue) = 161+156+18=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19C12 is #5E63ED. Grayscale: #8E8E8E. Windows color (decimal): -6185966 or 1219745. OLE color: 1219745.

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

Color convert

RGB16115618-
CMYK00.030.890.37
HSL57.9º79.89%35.1%-
HSV(B)57.9º88.82%63.14%-
XYZ26.731.45.23-
YUV141.7658.16141.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.06%
GREEN value IS 156 (61.33% from 255) = 46.57%
BLUE value IS 18 (7.42% from 255) = 5.37%
R=48.06%
G=46.57%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611561800.030.890.3757.979.8935.1
HexA19C120359253a5023
Octal2412342203131457212043
Binary10100001100111001001001110110011001011110101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19C12; }

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

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

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

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

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

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

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

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