#AAA513

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

Shades of Lucky #AAA513

Tints of Lucky #AAA513

Color information

#AAA513 (or 0xAAA513) is unknown color: approx Lucky. HEX triplet: AA, A5 and 13. RGB value is (170,165,19). Sum of RGB (Red+Green+Blue) = 170+165+19=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA513 is #555AEC. Grayscale: #969696. Windows color (decimal): -5593837 or 1287594. OLE color: 1287594.

HSL color Cylindrical-coordinate representation of color #AAA513: hue angle of 58.01º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AAA513 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB17016519-
CMYK00.030.890.33
HSL58.01º79.89%37.06%-
HSV(B)58.01º88.82%66.67%-
XYZ30.1535.55.88-
YUV149.8554.16142.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.02%
GREEN value IS 165 (64.84% from 255) = 46.61%
BLUE value IS 19 (7.81% from 255) = 5.37%
R=48.02%
G=46.61%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701651900.030.890.3358.0179.8937.06
HexAAA5130359213a5025
Octal2522452303131417212045
Binary10101010101001011001101110110011000011110101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA513; }

 p { color: rgb(170,165,19); }

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

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

 a { background-color: rgb(170,165,19); }

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

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

 span { border-color: rgb(170,165,19); }

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