#AAA810

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

Shades of Lucky #AAA810

Tints of Lucky #AAA810

Color information

#AAA810 (or 0xAAA810) is unknown color: approx Lucky. HEX triplet: AA, A8 and 10. RGB value is (170,168,16). Sum of RGB (Red+Green+Blue) = 170+168+16=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA810 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA810 is #5557EF. Grayscale: #979797. Windows color (decimal): -5593072 or 1091754. OLE color: 1091754.

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

Color convert

RGB17016816-
CMYK00.010.910.33
HSL59.22º82.8%36.47%-
HSV(B)59.22º90.59%66.67%-
XYZ30.6736.595.94-
YUV151.2751.66141.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.02%
GREEN value IS 168 (66.02% from 255) = 47.46%
BLUE value IS 16 (6.64% from 255) = 4.52%
R=48.02%
G=47.46%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701681600.010.910.3359.2282.836.47
HexAAA810015B213b5324
Octal2522502001133417312344
Binary1010101010101000100000110110111000011110111010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA810; }

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

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

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

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

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

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

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

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