Html Css Color HEX #A49124 Lucky

📋 copy color: '#A49124'

red 164 ◦ green 145 ◦ blue 36

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

Shades of Lucky #A49124

Tints of Lucky #A49124

RGB

 RED value IS 164 (64.45% from 255) = 47.54%

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

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

R = 47.54%
G = 42.03%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A49124 (or 0xA49124) is known color: Lucky. HEX triplet: A4, 91 and 24. RGB value is (164,145,36). Sum of RGB (Red+Green+Blue) = 164+145+36=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A49124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49124 is #5B6EDB. Grayscale: #8A8A8A. Windows color (decimal): -5992156 or 2396580. OLE color: 2396580.

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

Color convert

RGB 164 145 36 -
CMYK 0 0.12 0.78 0.36
HSL 51.09º 0.64% 0.39% -
HSV(B) 51.09º 0.78% 0.64% -
XYZ 25.75 28.27 5.77 -
YUV 138.26 70.29 146.36 -
System Red Green Blue C M Y K H S L
Decimal 164 145 36 0 0.12 0.78 0.36 51.09 0.64 0.39
Hex A4 91 24 0 C 4E 24 33 40 27
Octal 244 221 44 0 14 116 44 63 100 47
Binary 10100100 10010001 100100 0 1100 1001110 100100 110011 1000000 100111

Color Harmonies of #A49124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49124

Black with #A49124

Text Example


Text Example

White with #A49124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49124; }

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

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

background-color css

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

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

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

border-color css

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

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

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