Html Css Color HEX #A49521 Lucky

📋 copy color: '#A49521'

red 164 ◦ green 149 ◦ blue 33

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

Shades of Lucky #A49521

Tints of Lucky #A49521

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.06%

 BLUE value IS 33 (13.28% from 255) = 9.54%

R = 47.4%
G = 43.06%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A49521 (or 0xA49521) is known color: Lucky. HEX triplet: A4, 95 and 21. RGB value is (164,149,33). Sum of RGB (Red+Green+Blue) = 164+149+33=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A49521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49521 is #5B6ADE. Grayscale: #8C8C8C. Windows color (decimal): -5991135 or 2200996. OLE color: 2200996.

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

Color convert

RGB 164 149 33 -
CMYK 0 0.09 0.80 0.36
HSL 53.13º 0.66% 0.39% -
HSV(B) 53.13º 0.8% 0.64% -
XYZ 26.33 29.5 5.74 -
YUV 140.26 67.47 144.93 -
System Red Green Blue C M Y K H S L
Decimal 164 149 33 0 0.09 0.80 0.36 53.13 0.66 0.39
Hex A4 95 21 0 9 50 24 35 42 27
Octal 244 225 41 0 11 120 44 65 102 47
Binary 10100100 10010101 100001 0 1001 1010000 100100 110101 1000010 100111

Color Harmonies of #A49521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49521

Black with #A49521

Text Example


Text Example

White with #A49521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49521; }

 p { color: rgb(164,149,33); }

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

background-color css

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

 a { background-color: rgb(164,149,33); }

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

border-color css

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

 span { border-color: rgb(164,149,33); }

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