#A19F10

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

Shades of Lucky #A19F10

Tints of Lucky #A19F10

Color information

#A19F10 (or 0xA19F10) is unknown color: approx Lucky. HEX triplet: A1, 9F and 10. RGB value is (161,159,16). Sum of RGB (Red+Green+Blue) = 161+159+16=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19F10 is #5E60EF. Grayscale: #8F8F8F. Windows color (decimal): -6185200 or 1089441. OLE color: 1089441.

HSL color Cylindrical-coordinate representation of color #A19F10: hue angle of 59.17º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A19F10 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.37.

Color convert

RGB16115916-
CMYK00.010.900.37
HSL59.17º81.92%34.71%-
HSV(B)59.17º90.06%63.14%-
XYZ27.1932.415.31-
YUV143.356.16140.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.92%
GREEN value IS 159 (62.5% from 255) = 47.32%
BLUE value IS 16 (6.64% from 255) = 4.76%
R=47.92%
G=47.32%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.90
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611591600.010.900.3759.1781.9234.71
HexA19F10015A253b5223
Octal2412372001132457312243
Binary1010000110011111100000110110101001011110111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19F10; }

 p { color: rgb(161,159,16); }

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

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

 a { background-color: rgb(161,159,16); }

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

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

 span { border-color: rgb(161,159,16); }

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