#A19924

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

Shades of Lucky #A19924

Tints of Lucky #A19924

Color information

#A19924 (or 0xA19924) is unknown color: approx Lucky. HEX triplet: A1, 99 and 24. RGB value is (161,153,36). Sum of RGB (Red+Green+Blue) = 161+153+36=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 36 (14.45% from 255 or 10.29% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A19924 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19924 is #5E66DB. Grayscale: #8E8E8E. Windows color (decimal): -6186716 or 2398625. OLE color: 2398625.

HSL color Cylindrical-coordinate representation of color #A19924: hue angle of 56.16º 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 #A19924 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB16115336-
CMYK00.050.780.37
HSL56.16º63.45%38.63%-
HSV(B)56.16º77.64%63.14%-
XYZ26.4130.496.16-
YUV142.0568.15141.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46%
GREEN value IS 153 (60.16% from 255) = 43.71%
BLUE value IS 36 (14.45% from 255) = 10.29%
R=46%
G=43.71%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611533600.050.780.3756.1663.4538.63
HexA19924054E25383f27
Octal241231440511645707747
Binary101000011001100110010001011001110100101111000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19924; }

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

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

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

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

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

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

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

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