#AA9326

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

Shades of Lucky #AA9326

Tints of Lucky #AA9326

Color information

#AA9326 (or 0xAA9326) is unknown color: approx Lucky. HEX triplet: AA, 93 and 26. RGB value is (170,147,38). Sum of RGB (Red+Green+Blue) = 170+147+38=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9326 is #556CD9. Grayscale: #8D8D8D. Windows color (decimal): -5598426 or 2528170. OLE color: 2528170.

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

Color convert

RGB17014738-
CMYK00.140.780.33
HSL49.55º63.46%40.78%-
HSV(B)49.55º77.65%66.67%-
XYZ27.3629.556.1-
YUV141.4569.62148.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.89%
GREEN value IS 147 (57.81% from 255) = 41.41%
BLUE value IS 38 (15.23% from 255) = 10.70%
R=47.89%
G=41.41%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701473800.140.780.3349.5563.4640.78
HexAA93260E4E21323f29
Octal2522234601611641627751
Binary1010101010010011100110011101001110100001110010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9326; }

 p { color: rgb(170,147,38); }

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

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

 a { background-color: rgb(170,147,38); }

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

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

 span { border-color: rgb(170,147,38); }

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