#AAA217

Color #AAA217 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #AAA217

Tints of Lucky #AAA217

Color information

#AAA217 (or 0xAAA217) is unknown color: approx Lucky. HEX triplet: AA, A2 and 17. RGB value is (170,162,23). Sum of RGB (Red+Green+Blue) = 170+162+23=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA217 is #555DE8. Grayscale: #959595. Windows color (decimal): -5594601 or 1548970. OLE color: 1548970.

HSL color Cylindrical-coordinate representation of color #AAA217: hue angle of 56.73º degrees, saturation: 0.76, 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 #AAA217 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB17016223-
CMYK00.050.860.33
HSL56.73º76.17%37.84%-
HSV(B)56.73º86.47%66.67%-
XYZ29.6534.455.9-
YUV148.5557.15143.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.89%
GREEN value IS 162 (63.67% from 255) = 45.63%
BLUE value IS 23 (9.38% from 255) = 6.48%
R=47.89%
G=45.63%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701622300.050.860.3356.7376.1737.84
HexAAA217055621394c26
Octal2522422705126417111446
Binary101010101010001010111010110101101000011110011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA217; }

 p { color: rgb(170,162,23); }

 H1.HeaderClassName
 {
   color: #AAA217;
 }
 .AnyTagClassName
 {
   color: #AAA217;
 }
</style>
background-color css

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

 a { background-color: rgb(170,162,23); }

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

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

 span { border-color: rgb(170,162,23); }

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