Html Css Color HEX #A49D05 Lucky

📋 copy color: '#A49D05'

red 164 ◦ green 157 ◦ blue 5

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

Shades of Lucky #A49D05

Tints of Lucky #A49D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.53%

R = 50.31%
G = 48.16%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A49D05 (or 0xA49D05) is known color: Lucky. HEX triplet: A4, 9D and 05. RGB value is (164,157,5). Sum of RGB (Red+Green+Blue) = 164+157+5=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49D05 is #5B62FA. Grayscale: #8E8E8E. Windows color (decimal): -5989115 or 368036. OLE color: 368036.

HSL color Cylindrical-coordinate representation of color #A49D05: hue angle of 57.36º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A49D05 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 157 5 -
CMYK 0 0.04 0.97 0.36
HSL 57.36º 0.94% 0.33% -
HSV(B) 57.36º 0.97% 0.64% -
XYZ 27.39 32.02 4.88 -
YUV 141.77 50.82 143.86 -
System Red Green Blue C M Y K H S L
Decimal 164 157 5 0 0.04 0.97 0.36 57.36 0.94 0.33
Hex A4 9D 5 0 4 61 24 39 5E 21
Octal 244 235 5 0 4 141 44 71 136 41
Binary 10100100 10011101 101 0 100 1100001 100100 111001 1011110 100001

Color Harmonies of #A49D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49D05

Black with #A49D05

Text Example


Text Example

White with #A49D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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