#AA940B

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

Shades of Lucky #AA940B

Tints of Lucky #AA940B

Color information

#AA940B (or 0xAA940B) is unknown color: approx Lucky. HEX triplet: AA, 94 and 0B. RGB value is (170,148,11). Sum of RGB (Red+Green+Blue) = 170+148+11=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA940B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA940B is #556BF4. Grayscale: #8B8B8B. Windows color (decimal): -5598197 or 758954. OLE color: 758954.

HSL color Cylindrical-coordinate representation of color #AA940B: hue angle of 51.7º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA940B is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB17014811-
CMYK00.130.940.33
HSL51.7º87.85%35.49%-
HSV(B)51.7º93.53%66.67%-
XYZ27.2329.754.62-
YUV138.9655.79150.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.67%
GREEN value IS 148 (58.20% from 255) = 44.98%
BLUE value IS 11 (4.69% from 255) = 3.34%
R=51.67%
G=44.98%
B=3.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701481100.130.940.3351.787.8535.49
HexAA94B0D5E21345823
Octal25222413015136416413043
Binary101010101001010010110110110111101000011101001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA940B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA940B; }

 p { color: rgb(170,148,11); }

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

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

 a { background-color: rgb(170,148,11); }

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

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

 span { border-color: rgb(170,148,11); }

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