#AAA817

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

Shades of Lucky #AAA817

Tints of Lucky #AAA817

Color information

#AAA817 (or 0xAAA817) is unknown color: approx Lucky. HEX triplet: AA, A8 and 17. RGB value is (170,168,23). Sum of RGB (Red+Green+Blue) = 170+168+23=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 168 (66.02% from 255 or 46.54% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA817 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA817 is #5557E8. Grayscale: #989898. Windows color (decimal): -5593065 or 1550506. OLE color: 1550506.

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

Color convert

RGB17016823-
CMYK00.010.860.33
HSL59.18º76.17%37.84%-
HSV(B)59.18º86.47%66.67%-
XYZ30.7336.616.26-
YUV152.0755.16140.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.09%
GREEN value IS 168 (66.02% from 255) = 46.54%
BLUE value IS 23 (9.38% from 255) = 6.37%
R=47.09%
G=46.54%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701682300.010.860.3359.1876.1737.84
HexAAA8170156213b4c26
Octal2522502701126417311446
Binary1010101010101000101110110101101000011110111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA817; }

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

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

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

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

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

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

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

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