#A19A24

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

Shades of Lucky #A19A24

Tints of Lucky #A19A24

Color information

#A19A24 (or 0xA19A24) is unknown color: approx Lucky. HEX triplet: A1, 9A and 24. RGB value is (161,154,36). Sum of RGB (Red+Green+Blue) = 161+154+36=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 36 (14.45% from 255 or 10.26% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19A24 is #5E65DB. Grayscale: #8F8F8F. Windows color (decimal): -6186460 or 2398881. OLE color: 2398881.

HSL color Cylindrical-coordinate representation of color #A19A24: hue angle of 56.64º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A19A24 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB16115436-
CMYK00.040.780.37
HSL56.64º63.45%38.63%-
HSV(B)56.64º77.64%63.14%-
XYZ26.5730.826.22-
YUV142.6467.82141.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.87%
GREEN value IS 154 (60.55% from 255) = 43.87%
BLUE value IS 36 (14.45% from 255) = 10.26%
R=45.87%
G=43.87%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611543600.040.780.3756.6463.4538.63
HexA19A24044E25393f27
Octal241232440411645717747
Binary101000011001101010010001001001110100101111001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19A24; }

 p { color: rgb(161,154,36); }

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

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

 a { background-color: rgb(161,154,36); }

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

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

 span { border-color: rgb(161,154,36); }

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