Html Css Color HEX #A49A04 Lucky

📋 copy color: '#A49A04'

red 164 ◦ green 154 ◦ blue 4

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

Shades of Lucky #A49A04

Tints of Lucky #A49A04

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.83%

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

R = 50.93%
G = 47.83%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A49A04 (or 0xA49A04) is known color: Lucky. HEX triplet: A4, 9A and 04. RGB value is (164,154,4). Sum of RGB (Red+Green+Blue) = 164+154+4=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 154 (60.55% from 255 or 47.83% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49A04 is #5B65FB. Grayscale: #8C8C8C. Windows color (decimal): -5989884 or 301732. OLE color: 301732.

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

Color convert

RGB 164 154 4 -
CMYK 0 0.06 0.98 0.36
HSL 56.25º 0.95% 0.33% -
HSV(B) 56.25º 0.98% 0.64% -
XYZ 26.89 31.01 4.68 -
YUV 139.89 51.31 145.2 -
System Red Green Blue C M Y K H S L
Decimal 164 154 4 0 0.06 0.98 0.36 56.25 0.95 0.33
Hex A4 9A 4 0 6 62 24 38 5F 21
Octal 244 232 4 0 6 142 44 70 137 41
Binary 10100100 10011010 100 0 110 1100010 100100 111000 1011111 100001

Color Harmonies of #A49A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49A04

Black with #A49A04

Text Example


Text Example

White with #A49A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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