#AAA027

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

Shades of Lucky #AAA027

Tints of Lucky #AAA027

Color information

#AAA027 (or 0xAAA027) is unknown color: approx Lucky. HEX triplet: AA, A0 and 27. RGB value is (170,160,39). Sum of RGB (Red+Green+Blue) = 170+160+39=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 39 (15.62% from 255 or 10.57% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA027 is #555FD8. Grayscale: #959595. Windows color (decimal): -5595097 or 2597034. OLE color: 2597034.

HSL color Cylindrical-coordinate representation of color #AAA027: hue angle of 55.42º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAA027 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB17016039-
CMYK00.060.770.33
HSL55.42º62.68%40.98%-
HSV(B)55.42º77.06%66.67%-
XYZ29.5133.836.89-
YUV149.265.81142.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 160 (62.89% from 255) = 43.36%
BLUE value IS 39 (15.62% from 255) = 10.57%
R=46.07%
G=43.36%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701603900.060.770.3355.4262.6840.98
HexAAA027064D21373f29
Octal252240470611541677751
Binary101010101010000010011101101001101100001110111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA027; }

 p { color: rgb(170,160,39); }

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

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

 a { background-color: rgb(170,160,39); }

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

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

 span { border-color: rgb(170,160,39); }

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