Html Css Color HEX #AAA916 Lucky

📋 copy color: '#AAA916'

red 170 ◦ green 169 ◦ blue 22

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

Shades of Lucky #AAA916

Tints of Lucky #AAA916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.09%

R = 47.09%
G = 46.81%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AAA916 (or 0xAAA916) is known color: Lucky. HEX triplet: AA, A9 and 16. RGB value is (170,169,22). Sum of RGB (Red+Green+Blue) = 170+169+22=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 169 (66.41% from 255 or 46.81% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA916 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA916 is #5556E9. Grayscale: #999999. Windows color (decimal): -5592810 or 1485226. OLE color: 1485226.

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

Color convert

RGB 170 169 22 -
CMYK 0 0.01 0.87 0.33
HSL 59.59º 0.77% 0.38% -
HSV(B) 59.59º 0.87% 0.67% -
XYZ 30.91 36.98 6.27 -
YUV 152.54 54.33 140.45 -
System Red Green Blue C M Y K H S L
Decimal 170 169 22 0 0.01 0.87 0.33 59.59 0.77 0.38
Hex AA A9 16 0 1 57 21 3C 4D 26
Octal 252 251 26 0 1 127 41 74 115 46
Binary 10101010 10101001 10110 0 1 1010111 100001 111100 1001101 100110

Color Harmonies of #AAA916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA916

Black with #AAA916

Text Example


Text Example

White with #AAA916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA916; }

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

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

background-color css

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

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

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

border-color css

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

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

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