#aa8e1f

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

Shades of Lucky #AA8E1F

Tints of Lucky #AA8E1F

Color information

#AA8E1F (or 0xAA8E1F) is unknown color: approx Lucky. HEX triplet: AA, 8E and 1F. RGB value is (170,142,31). Sum of RGB (Red+Green+Blue) = 170+142+31=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8E1F is #5571E0. Grayscale: #8A8A8A. Windows color (decimal): -5599713 or 2068138. OLE color: 2068138.

HSL color Cylindrical-coordinate representation of color #AA8E1F: hue angle of 47.91º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA8E1F is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB17014231-
CMYK00.160.820.33
HSL47.91º69.15%39.41%-
HSV(B)47.91º81.76%66.67%-
XYZ26.527.995.3-
YUV137.7267.78151.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.56%
GREEN value IS 142 (55.86% from 255) = 41.40%
BLUE value IS 31 (12.5% from 255) = 9.04%
R=49.56%
G=41.40%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701423100.160.820.3347.9169.1539.41
HexAA8E1F0105221304527
Octal25221637020122416010547
Binary10101010100011101111101000010100101000011100001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa8e1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa8e1f; }

 p { color: rgb(170,142,31); }

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

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

 a { background-color: rgb(170,142,31); }

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

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

 span { border-color: rgb(170,142,31); }

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