Html Css Color HEX #A49501 Lucky

📋 copy color: '#A49501'

red 164 ◦ green 149 ◦ blue 1

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

Shades of Lucky #A49501

Tints of Lucky #A49501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 52.23%
G = 47.45%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A49501 (or 0xA49501) is known color: Lucky. HEX triplet: A4, 95 and 01. RGB value is (164,149,1). Sum of RGB (Red+Green+Blue) = 164+149+1=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A49501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49501 is #5B6AFE. Grayscale: #898989. Windows color (decimal): -5991167 or 103844. OLE color: 103844.

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

Color convert

RGB 164 149 1 -
CMYK 0 0.09 0.99 0.36
HSL 54.48º 0.99% 0.32% -
HSV(B) 54.48º 0.99% 0.64% -
XYZ 26.06 29.39 4.33 -
YUV 136.61 51.47 147.53 -
System Red Green Blue C M Y K H S L
Decimal 164 149 1 0 0.09 0.99 0.36 54.48 0.99 0.32
Hex A4 95 1 0 9 63 24 36 63 20
Octal 244 225 1 0 11 143 44 66 143 40
Binary 10100100 10010101 1 0 1001 1100011 100100 110110 1100011 100000

Color Harmonies of #A49501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49501

Black with #A49501

Text Example


Text Example

White with #A49501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49501; }

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

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

background-color css

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

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

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

border-color css

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

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

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