Html Css Color HEX #A49D24 Lucky

📋 copy color: '#A49D24'

red 164 ◦ green 157 ◦ blue 36

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

Shades of Lucky #A49D24

Tints of Lucky #A49D24

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.98%

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

R = 45.94%
G = 43.98%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A49D24 (or 0xA49D24) is known color: Lucky. HEX triplet: A4, 9D and 24. RGB value is (164,157,36). Sum of RGB (Red+Green+Blue) = 164+157+36=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49D24 is #5B62DB. Grayscale: #919191. Windows color (decimal): -5989084 or 2399652. OLE color: 2399652.

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

Color convert

RGB 164 157 36 -
CMYK 0 0.04 0.78 0.36
HSL 56.72º 0.64% 0.39% -
HSV(B) 56.72º 0.78% 0.64% -
XYZ 27.69 32.13 6.41 -
YUV 145.3 66.32 141.34 -
System Red Green Blue C M Y K H S L
Decimal 164 157 36 0 0.04 0.78 0.36 56.72 0.64 0.39
Hex A4 9D 24 0 4 4E 24 39 40 27
Octal 244 235 44 0 4 116 44 71 100 47
Binary 10100100 10011101 100100 0 100 1001110 100100 111001 1000000 100111

Color Harmonies of #A49D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49D24

Black with #A49D24

Text Example


Text Example

White with #A49D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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