Html Css Color HEX #AAA616 Lucky

📋 copy color: '#AAA616'

red 170 ◦ green 166 ◦ blue 22

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

Shades of Lucky #AAA616

Tints of Lucky #AAA616

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.37%

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

R = 47.49%
G = 46.37%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AAA616 (or 0xAAA616) is known color: Lucky. HEX triplet: AA, A6 and 16. RGB value is (170,166,22). Sum of RGB (Red+Green+Blue) = 170+166+22=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 166 (65.23% from 255 or 46.37% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA616 is #5559E9. Grayscale: #979797. Windows color (decimal): -5593578 or 1484458. OLE color: 1484458.

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

Color convert

RGB 170 166 22 -
CMYK 0 0.02 0.87 0.33
HSL 58.38º 0.77% 0.38% -
HSV(B) 58.38º 0.87% 0.67% -
XYZ 30.36 35.88 6.08 -
YUV 150.78 55.33 141.71 -
System Red Green Blue C M Y K H S L
Decimal 170 166 22 0 0.02 0.87 0.33 58.38 0.77 0.38
Hex AA A6 16 0 2 57 21 3A 4D 26
Octal 252 246 26 0 2 127 41 72 115 46
Binary 10101010 10100110 10110 0 10 1010111 100001 111010 1001101 100110

Color Harmonies of #AAA616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA616

Black with #AAA616

Text Example


Text Example

White with #AAA616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA616; }

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

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

background-color css

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

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

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

border-color css

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

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

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