#AA9618

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

Shades of Lucky #AA9618

Tints of Lucky #AA9618

Color information

#AA9618 (or 0xAA9618) is unknown color: approx Lucky. HEX triplet: AA, 96 and 18. RGB value is (170,150,24). Sum of RGB (Red+Green+Blue) = 170+150+24=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9618 is #5569E7. Grayscale: #8E8E8E. Windows color (decimal): -5597672 or 1611434. OLE color: 1611434.

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

Color convert

RGB17015024-
CMYK00.120.860.33
HSL51.78º75.26%38.04%-
HSV(B)51.78º85.88%66.67%-
XYZ27.6530.425.28-
YUV141.6261.63148.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.42%
GREEN value IS 150 (58.98% from 255) = 43.60%
BLUE value IS 24 (9.77% from 255) = 6.98%
R=49.42%
G=43.60%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701502400.120.860.3351.7875.2638.04
HexAA96180C5621344b26
Octal25222630014126416411346
Binary1010101010010110110000110010101101000011101001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9618; }

 p { color: rgb(170,150,24); }

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

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

 a { background-color: rgb(170,150,24); }

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

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

 span { border-color: rgb(170,150,24); }

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