#AA8F1E

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

Shades of Lucky #AA8F1E

Tints of Lucky #AA8F1E

Color information

#AA8F1E (or 0xAA8F1E) is unknown color: approx Lucky. HEX triplet: AA, 8F and 1E. RGB value is (170,143,30). Sum of RGB (Red+Green+Blue) = 170+143+30=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 143 (56.25% from 255 or 41.69% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8F1E is #5570E1. Grayscale: #8A8A8A. Windows color (decimal): -5599458 or 2002858. OLE color: 2002858.

HSL color Cylindrical-coordinate representation of color #AA8F1E: hue angle of 48.43º degrees, saturation: 0.7, 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 #AA8F1E is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB17014330-
CMYK00.160.820.33
HSL48.43º70%39.22%-
HSV(B)48.43º82.35%66.67%-
XYZ26.6328.285.28-
YUV138.1966.95150.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.56%
GREEN value IS 143 (56.25% from 255) = 41.69%
BLUE value IS 30 (12.11% from 255) = 8.75%
R=49.56%
G=41.69%
B=8.75%

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
Decimal1701433000.160.820.3348.437039.22
HexAA8F1E0105221304627
Octal25221736020122416010647
Binary10101010100011111111001000010100101000011100001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8F1E; }

 p { color: rgb(170,143,30); }

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

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

 a { background-color: rgb(170,143,30); }

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

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

 span { border-color: rgb(170,143,30); }

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