Html Css Color HEX #A19124 Lucky

📋 copy color: '#A19124'

red 161 ◦ green 145 ◦ blue 36

#A19124
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #A19124

Tints of Lucky #A19124

RGB

 RED value IS 161 (63.28% from 255) = 47.08%

 GREEN value IS 145 (57.03% from 255) = 42.4%

 BLUE value IS 36 (14.45% from 255) = 10.53%

R = 47.08%
G = 42.4%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A19124 (or 0xA19124) is known color: Lucky. HEX triplet: A1, 91 and 24. RGB value is (161,145,36). Sum of RGB (Red+Green+Blue) = 161+145+36=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A19124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19124 is #5E6EDB. Grayscale: #898989. Windows color (decimal): -6188764 or 2396577. OLE color: 2396577.

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

Color convert

RGB 161 145 36 -
CMYK 0 0.10 0.78 0.37
HSL 52.32º 0.63% 0.39% -
HSV(B) 52.32º 0.78% 0.63% -
XYZ 25.14 27.96 5.74 -
YUV 137.36 70.8 144.86 -
System Red Green Blue C M Y K H S L
Decimal 161 145 36 0 0.10 0.78 0.37 52.32 0.63 0.39
Hex A1 91 24 0 A 4E 25 34 3F 27
Octal 241 221 44 0 12 116 45 64 77 47
Binary 10100001 10010001 100100 0 1010 1001110 100101 110100 111111 100111

Color Harmonies of #A19124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19124

Black with #A19124

Text Example


Text Example

White with #A19124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19124; }

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

 H1.HeaderClassName
 {
   color: #A19124;
 }
 .AnyTagClassName
 {
   color: #A19124;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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