Html Css Color HEX #AAA004 Lucky

📋 copy color: '#AAA004'

red 170 ◦ green 160 ◦ blue 4

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

Shades of Lucky #AAA004

Tints of Lucky #AAA004

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.9%

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

R = 50.9%
G = 47.9%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AAA004 (or 0xAAA004) is known color: Lucky. HEX triplet: AA, A0 and 04. RGB value is (170,160,4). Sum of RGB (Red+Green+Blue) = 170+160+4=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA004 is #555FFB. Grayscale: #919191. Windows color (decimal): -5595132 or 303274. OLE color: 303274.

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

Color convert

RGB 170 160 4 -
CMYK 0 0.06 0.98 0.33
HSL 56.39º 0.95% 0.34% -
HSV(B) 56.39º 0.98% 0.67% -
XYZ 29.17 33.7 5.08 -
YUV 145.21 48.31 145.68 -
System Red Green Blue C M Y K H S L
Decimal 170 160 4 0 0.06 0.98 0.33 56.39 0.95 0.34
Hex AA A0 4 0 6 62 21 38 5F 22
Octal 252 240 4 0 6 142 41 70 137 42
Binary 10101010 10100000 100 0 110 1100010 100001 111000 1011111 100010

Color Harmonies of #AAA004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA004

Black with #AAA004

Text Example


Text Example

White with #AAA004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA004; }

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

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

background-color css

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

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

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

border-color css

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

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

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