Html Css Color HEX #A49504 Lucky

📋 copy color: '#A49504'

red 164 ◦ green 149 ◦ blue 4

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

Shades of Lucky #A49504

Tints of Lucky #A49504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.26%

R = 51.74%
G = 47%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A49504 (or 0xA49504) is known color: Lucky. HEX triplet: A4, 95 and 04. RGB value is (164,149,4). Sum of RGB (Red+Green+Blue) = 164+149+4=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A49504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49504 is #5B6AFB. Grayscale: #898989. Windows color (decimal): -5991164 or 300452. OLE color: 300452.

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

Color convert

RGB 164 149 4 -
CMYK 0 0.09 0.98 0.36
HSL 54.38º 0.95% 0.33% -
HSV(B) 54.38º 0.98% 0.64% -
XYZ 26.08 29.4 4.41 -
YUV 136.96 52.97 147.29 -
System Red Green Blue C M Y K H S L
Decimal 164 149 4 0 0.09 0.98 0.36 54.38 0.95 0.33
Hex A4 95 4 0 9 62 24 36 5F 21
Octal 244 225 4 0 11 142 44 66 137 41
Binary 10100100 10010101 100 0 1001 1100010 100100 110110 1011111 100001

Color Harmonies of #A49504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49504

Black with #A49504

Text Example


Text Example

White with #A49504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49504; }

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

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

background-color css

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

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

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

border-color css

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

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

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