Html Css Color HEX #AAA919 Lucky

📋 copy color: '#AAA919'

red 170 ◦ green 169 ◦ blue 25

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

Shades of Lucky #AAA919

Tints of Lucky #AAA919

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.43%

 BLUE value IS 25 (10.16% from 255) = 6.87%

R = 46.7%
G = 46.43%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AAA919 (or 0xAAA919) is known color: Lucky. HEX triplet: AA, A9 and 19. RGB value is (170,169,25). Sum of RGB (Red+Green+Blue) = 170+169+25=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 169 (66.41% from 255 or 46.43% from 364); Blue value is 25 (10.16% from 255 or 6.87% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA919 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA919 is #5556E6. Grayscale: #999999. Windows color (decimal): -5592807 or 1681834. OLE color: 1681834.

HSL color Cylindrical-coordinate representation of color #AAA919: hue angle of 59.59º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAA919 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 169 25 -
CMYK 0 0.01 0.85 0.33
HSL 59.59º 0.74% 0.38% -
HSV(B) 59.59º 0.85% 0.67% -
XYZ 30.94 36.99 6.43 -
YUV 152.88 55.83 140.21 -
System Red Green Blue C M Y K H S L
Decimal 170 169 25 0 0.01 0.85 0.33 59.59 0.74 0.38
Hex AA A9 19 0 1 55 21 3C 4A 26
Octal 252 251 31 0 1 125 41 74 112 46
Binary 10101010 10101001 11001 0 1 1010101 100001 111100 1001010 100110

Color Harmonies of #AAA919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA919

Black with #AAA919

Text Example


Text Example

White with #AAA919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA919; }

 p { color: rgb(170,169,25); }

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

background-color css

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

 a { background-color: rgb(170,169,25); }

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

border-color css

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

 span { border-color: rgb(170,169,25); }

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