#AA9A1A

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

Shades of Lucky #AA9A1A

Tints of Lucky #AA9A1A

Color information

#AA9A1A (or 0xAA9A1A) is unknown color: approx Lucky. HEX triplet: AA, 9A and 1A. RGB value is (170,154,26). Sum of RGB (Red+Green+Blue) = 170+154+26=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9A1A is #5565E5. Grayscale: #909090. Windows color (decimal): -5596646 or 1743530. OLE color: 1743530.

HSL color Cylindrical-coordinate representation of color #AA9A1A: hue angle of 53.33º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA9A1A is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB17015426-
CMYK00.090.850.33
HSL53.33º73.47%38.43%-
HSV(B)53.33º84.71%66.67%-
XYZ28.3231.735.61-
YUV144.1961.3146.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.57%
GREEN value IS 154 (60.55% from 255) = 44%
BLUE value IS 26 (10.55% from 255) = 7.43%
R=48.57%
G=44%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701542600.090.850.3353.3373.4738.43
HexAA9A1A095521354926
Octal25223232011125416511146
Binary1010101010011010110100100110101011000011101011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A1A; }

 p { color: rgb(170,154,26); }

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

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

 a { background-color: rgb(170,154,26); }

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

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

 span { border-color: rgb(170,154,26); }

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