Html Css Color HEX #A49004 Lucky

📋 copy color: '#A49004'

red 164 ◦ green 144 ◦ blue 4

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

Shades of Lucky #A49004

Tints of Lucky #A49004

RGB

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

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

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

R = 52.56%
G = 46.15%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A49004 (or 0xA49004) is known color: Lucky. HEX triplet: A4, 90 and 04. RGB value is (164,144,4). Sum of RGB (Red+Green+Blue) = 164+144+4=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A49004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49004 is #5B6FFB. Grayscale: #868686. Windows color (decimal): -5992444 or 299172. OLE color: 299172.

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

Color convert

RGB 164 144 4 -
CMYK 0 0.12 0.98 0.36
HSL 52.5º 0.95% 0.33% -
HSV(B) 52.5º 0.98% 0.64% -
XYZ 25.31 27.85 4.16 -
YUV 134.02 54.63 149.38 -
System Red Green Blue C M Y K H S L
Decimal 164 144 4 0 0.12 0.98 0.36 52.5 0.95 0.33
Hex A4 90 4 0 C 62 24 34 5F 21
Octal 244 220 4 0 14 142 44 64 137 41
Binary 10100100 10010000 100 0 1100 1100010 100100 110100 1011111 100001

Color Harmonies of #A49004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49004

Black with #A49004

Text Example


Text Example

White with #A49004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49004; }

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

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

background-color css

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

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

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

border-color css

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

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

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