#AAA317

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

Shades of Lucky #AAA317

Tints of Lucky #AAA317

Color information

#AAA317 (or 0xAAA317) is unknown color: approx Lucky. HEX triplet: AA, A3 and 17. RGB value is (170,163,23). Sum of RGB (Red+Green+Blue) = 170+163+23=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 163 (64.06% from 255 or 45.79% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA317 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA317 is #555CE8. Grayscale: #959595. Windows color (decimal): -5594345 or 1549226. OLE color: 1549226.

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

Color convert

RGB17016323-
CMYK00.040.860.33
HSL57.14º76.17%37.84%-
HSV(B)57.14º86.47%66.67%-
XYZ29.8334.85.96-
YUV149.1356.82142.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.75%
GREEN value IS 163 (64.06% from 255) = 45.79%
BLUE value IS 23 (9.38% from 255) = 6.46%
R=47.75%
G=45.79%
B=6.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701632300.040.860.3357.1476.1737.84
HexAAA317045621394c26
Octal2522432704126417111446
Binary101010101010001110111010010101101000011110011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA317; }

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

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

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

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

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

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

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

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