Html Css Color HEX #A49020 Lucky

📋 copy color: '#A49020'

red 164 ◦ green 144 ◦ blue 32

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

Shades of Lucky #A49020

Tints of Lucky #A49020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.41%

R = 48.24%
G = 42.35%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A49020 (or 0xA49020) is known color: Lucky. HEX triplet: A4, 90 and 20. RGB value is (164,144,32). Sum of RGB (Red+Green+Blue) = 164+144+32=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A49020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49020 is #5B6FDF. Grayscale: #898989. Windows color (decimal): -5992416 or 2134180. OLE color: 2134180.

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

Color convert

RGB 164 144 32 -
CMYK 0 0.12 0.80 0.36
HSL 50.91º 0.67% 0.38% -
HSV(B) 50.91º 0.8% 0.64% -
XYZ 25.54 27.94 5.41 -
YUV 137.21 68.63 147.11 -
System Red Green Blue C M Y K H S L
Decimal 164 144 32 0 0.12 0.80 0.36 50.91 0.67 0.38
Hex A4 90 20 0 C 50 24 33 43 26
Octal 244 220 40 0 14 120 44 63 103 46
Binary 10100100 10010000 100000 0 1100 1010000 100100 110011 1000011 100110

Color Harmonies of #A49020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49020

Black with #A49020

Text Example


Text Example

White with #A49020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49020; }

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

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

background-color css

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

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

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

border-color css

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

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

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