Html Css Color HEX #A49005 Lucky

📋 copy color: '#A49005'

red 164 ◦ green 144 ◦ blue 5

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

Shades of Lucky #A49005

Tints of Lucky #A49005

RGB

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

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

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

R = 52.4%
G = 46.01%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A49005 (or 0xA49005) is known color: Lucky. HEX triplet: A4, 90 and 05. RGB value is (164,144,5). Sum of RGB (Red+Green+Blue) = 164+144+5=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A49005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49005 is #5B6FFA. Grayscale: #868686. Windows color (decimal): -5992443 or 364708. OLE color: 364708.

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

Color convert

RGB 164 144 5 -
CMYK 0 0.12 0.97 0.36
HSL 52.45º 0.94% 0.33% -
HSV(B) 52.45º 0.97% 0.64% -
XYZ 25.31 27.85 4.19 -
YUV 134.13 55.13 149.3 -
System Red Green Blue C M Y K H S L
Decimal 164 144 5 0 0.12 0.97 0.36 52.45 0.94 0.33
Hex A4 90 5 0 C 61 24 34 5E 21
Octal 244 220 5 0 14 141 44 64 136 41
Binary 10100100 10010000 101 0 1100 1100001 100100 110100 1011110 100001

Color Harmonies of #A49005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49005

Black with #A49005

Text Example


Text Example

White with #A49005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49005; }

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

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

background-color css

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

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

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

border-color css

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

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

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