Html Css Color HEX #A49624 Lucky

📋 copy color: '#A49624'

red 164 ◦ green 150 ◦ blue 36

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

Shades of Lucky #A49624

Tints of Lucky #A49624

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.86%

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

R = 46.86%
G = 42.86%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A49624 (or 0xA49624) is known color: Lucky. HEX triplet: A4, 96 and 24. RGB value is (164,150,36). Sum of RGB (Red+Green+Blue) = 164+150+36=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 36 (14.45% from 255 or 10.29% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A49624 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49624 is #5B69DB. Grayscale: #8D8D8D. Windows color (decimal): -5990876 or 2397860. OLE color: 2397860.

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

Color convert

RGB 164 150 36 -
CMYK 0 0.09 0.78 0.36
HSL 53.44º 0.64% 0.39% -
HSV(B) 53.44º 0.78% 0.64% -
XYZ 26.53 29.83 6.03 -
YUV 141.19 68.64 144.27 -
System Red Green Blue C M Y K H S L
Decimal 164 150 36 0 0.09 0.78 0.36 53.44 0.64 0.39
Hex A4 96 24 0 9 4E 24 35 40 27
Octal 244 226 44 0 11 116 44 65 100 47
Binary 10100100 10010110 100100 0 1001 1001110 100100 110101 1000000 100111

Color Harmonies of #A49624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49624

Black with #A49624

Text Example


Text Example

White with #A49624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49624; }

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

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

background-color css

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

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

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

border-color css

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

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

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