#AA981B

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

Shades of Lucky #AA981B

Tints of Lucky #AA981B

Color information

#AA981B (or 0xAA981B) is unknown color: approx Lucky. HEX triplet: AA, 98 and 1B. RGB value is (170,152,27). Sum of RGB (Red+Green+Blue) = 170+152+27=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA981B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA981B is #5567E4. Grayscale: #8F8F8F. Windows color (decimal): -5597157 or 1808554. OLE color: 1808554.

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

Color convert

RGB17015227-
CMYK00.110.840.33
HSL52.45º72.59%38.63%-
HSV(B)52.45º84.12%66.67%-
XYZ2831.085.56-
YUV143.1362.46147.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.71%
GREEN value IS 152 (59.77% from 255) = 43.55%
BLUE value IS 27 (10.94% from 255) = 7.74%
R=48.71%
G=43.55%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701522700.110.840.3352.4572.5938.63
HexAA981B0B5421344927
Octal25223033013124416411147
Binary1010101010011000110110101110101001000011101001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA981B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA981B; }

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

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

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

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

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

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

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

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