Html Css Color HEX #AAA918 Lucky

📋 copy color: '#AAA918'

red 170 ◦ green 169 ◦ blue 24

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

Shades of Lucky #AAA918

Tints of Lucky #AAA918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.61%

R = 46.83%
G = 46.56%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AAA918 (or 0xAAA918) is known color: Lucky. HEX triplet: AA, A9 and 18. RGB value is (170,169,24). Sum of RGB (Red+Green+Blue) = 170+169+24=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 169 (66.41% from 255 or 46.56% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA918 is #5556E7. Grayscale: #999999. Windows color (decimal): -5592808 or 1616298. OLE color: 1616298.

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

Color convert

RGB 170 169 24 -
CMYK 0 0.01 0.86 0.33
HSL 59.59º 0.75% 0.38% -
HSV(B) 59.59º 0.86% 0.67% -
XYZ 30.93 36.99 6.37 -
YUV 152.77 55.33 140.29 -
System Red Green Blue C M Y K H S L
Decimal 170 169 24 0 0.01 0.86 0.33 59.59 0.75 0.38
Hex AA A9 18 0 1 56 21 3C 4B 26
Octal 252 251 30 0 1 126 41 74 113 46
Binary 10101010 10101001 11000 0 1 1010110 100001 111100 1001011 100110

Color Harmonies of #AAA918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA918

Black with #AAA918

Text Example


Text Example

White with #AAA918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA918; }

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

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

background-color css

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

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

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

border-color css

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

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

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