#AA950F

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

Shades of Lucky #AA950F

Tints of Lucky #AA950F

Color information

#AA950F (or 0xAA950F) is unknown color: approx Lucky. HEX triplet: AA, 95 and 0F. RGB value is (170,149,15). Sum of RGB (Red+Green+Blue) = 170+149+15=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA950F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA950F is #556AF0. Grayscale: #8C8C8C. Windows color (decimal): -5597937 or 1021354. OLE color: 1021354.

HSL color Cylindrical-coordinate representation of color #AA950F: hue angle of 51.87º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA950F is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB17014915-
CMYK00.120.910.33
HSL51.87º83.78%36.27%-
HSV(B)51.87º91.18%66.67%-
XYZ27.4130.084.81-
YUV14057.46149.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.90%
GREEN value IS 149 (58.59% from 255) = 44.61%
BLUE value IS 15 (6.25% from 255) = 4.49%
R=50.90%
G=44.61%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701491500.120.910.3351.8783.7836.27
HexAA95F0C5B21345424
Octal25222517014133416412444
Binary101010101001010111110110010110111000011101001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA950F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA950F; }

 p { color: rgb(170,149,15); }

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

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

 a { background-color: rgb(170,149,15); }

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

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

 span { border-color: rgb(170,149,15); }

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