Html Css Color HEX #A49024 Lucky

📋 copy color: '#A49024'

red 164 ◦ green 144 ◦ blue 36

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

Shades of Lucky #A49024

Tints of Lucky #A49024

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.86%

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

R = 47.67%
G = 41.86%
B = 10.47%

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

#A49024 (or 0xA49024) is known color: Lucky. HEX triplet: A4, 90 and 24. RGB value is (164,144,36). Sum of RGB (Red+Green+Blue) = 164+144+36=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A49024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49024 is #5B6FDB. Grayscale: #8A8A8A. Windows color (decimal): -5992412 or 2396324. OLE color: 2396324.

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

Color convert

RGB 164 144 36 -
CMYK 0 0.12 0.78 0.36
HSL 50.63º 0.64% 0.39% -
HSV(B) 50.63º 0.78% 0.64% -
XYZ 25.6 27.97 5.72 -
YUV 137.67 70.63 146.78 -
System Red Green Blue C M Y K H S L
Decimal 164 144 36 0 0.12 0.78 0.36 50.63 0.64 0.39
Hex A4 90 24 0 C 4E 24 33 40 27
Octal 244 220 44 0 14 116 44 63 100 47
Binary 10100100 10010000 100100 0 1100 1001110 100100 110011 1000000 100111

Color Harmonies of #A49024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49024

Black with #A49024

Text Example


Text Example

White with #A49024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49024; }

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

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

background-color css

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

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

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

border-color css

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

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

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