Html Css Color HEX #A49304 Lucky

📋 copy color: '#A49304'

red 164 ◦ green 147 ◦ blue 4

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

Shades of Lucky #A49304

Tints of Lucky #A49304

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.67%

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

R = 52.06%
G = 46.67%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A49304 (or 0xA49304) is known color: Lucky. HEX triplet: A4, 93 and 04. RGB value is (164,147,4). Sum of RGB (Red+Green+Blue) = 164+147+4=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A49304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49304 is #5B6CFB. Grayscale: #888888. Windows color (decimal): -5991676 or 299940. OLE color: 299940.

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

Color convert

RGB 164 147 4 -
CMYK 0 0.10 0.98 0.36
HSL 53.63º 0.95% 0.33% -
HSV(B) 53.63º 0.98% 0.64% -
XYZ 25.77 28.77 4.31 -
YUV 135.78 53.63 148.13 -
System Red Green Blue C M Y K H S L
Decimal 164 147 4 0 0.10 0.98 0.36 53.63 0.95 0.33
Hex A4 93 4 0 A 62 24 36 5F 21
Octal 244 223 4 0 12 142 44 66 137 41
Binary 10100100 10010011 100 0 1010 1100010 100100 110110 1011111 100001

Color Harmonies of #A49304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49304

Black with #A49304

Text Example


Text Example

White with #A49304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49304; }

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

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

background-color css

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

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

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

border-color css

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

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

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