#AA981E

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

Shades of Lucky #AA981E

Tints of Lucky #AA981E

Color information

#AA981E (or 0xAA981E) is unknown color: approx Lucky. HEX triplet: AA, 98 and 1E. RGB value is (170,152,30). Sum of RGB (Red+Green+Blue) = 170+152+30=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA981E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA981E is #5567E1. Grayscale: #8F8F8F. Windows color (decimal): -5597154 or 2005162. OLE color: 2005162.

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

Color convert

RGB17015230-
CMYK00.110.820.33
HSL52.29º70%39.22%-
HSV(B)52.29º82.35%66.67%-
XYZ28.0431.15.75-
YUV143.4763.96146.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.30%
GREEN value IS 152 (59.77% from 255) = 43.18%
BLUE value IS 30 (12.11% from 255) = 8.52%
R=48.30%
G=43.18%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701523000.110.820.3352.297039.22
HexAA981E0B5221344627
Octal25223036013122416410647
Binary1010101010011000111100101110100101000011101001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA981E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA981E; }

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

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

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

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

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

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

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

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