Html Css Color HEX #AA9A04 Lucky

📋 copy color: '#AA9A04'

red 170 ◦ green 154 ◦ blue 4

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

Shades of Lucky #AA9A04

Tints of Lucky #AA9A04

RGB

 RED value IS 170 (66.8% from 255) = 51.83%

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

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

R = 51.83%
G = 46.95%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA9A04 (or 0xAA9A04) is known color: Lucky. HEX triplet: AA, 9A and 04. RGB value is (170,154,4). Sum of RGB (Red+Green+Blue) = 170+154+4=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 154 (60.55% from 255 or 46.95% from 328); Blue value is 4 (1.95% from 255 or 1.22% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9A04 is #5565FB. Grayscale: #8E8E8E. Windows color (decimal): -5596668 or 301738. OLE color: 301738.

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

Color convert

RGB 170 154 4 -
CMYK 0 0.09 0.98 0.33
HSL 54.22º 0.95% 0.34% -
HSV(B) 54.22º 0.98% 0.67% -
XYZ 28.16 31.67 4.74 -
YUV 141.68 50.3 148.2 -
System Red Green Blue C M Y K H S L
Decimal 170 154 4 0 0.09 0.98 0.33 54.22 0.95 0.34
Hex AA 9A 4 0 9 62 21 36 5F 22
Octal 252 232 4 0 11 142 41 66 137 42
Binary 10101010 10011010 100 0 1001 1100010 100001 110110 1011111 100010

Color Harmonies of #AA9A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9A04

Black with #AA9A04

Text Example


Text Example

White with #AA9A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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