#AA921C

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

Shades of Lucky #AA921C

Tints of Lucky #AA921C

Color information

#AA921C (or 0xAA921C) is unknown color: approx Lucky. HEX triplet: AA, 92 and 1C. RGB value is (170,146,28). Sum of RGB (Red+Green+Blue) = 170+146+28=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA921C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA921C is #556DE3. Grayscale: #8C8C8C. Windows color (decimal): -5598692 or 1872554. OLE color: 1872554.

HSL color Cylindrical-coordinate representation of color #AA921C: hue angle of 49.86º degrees, saturation: 0.72, 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 #AA921C is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB17014628-
CMYK00.140.840.33
HSL49.86º71.72%38.82%-
HSV(B)49.86º83.53%66.67%-
XYZ27.0729.195.31-
YUV139.7264.95149.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.42%
GREEN value IS 146 (57.42% from 255) = 42.44%
BLUE value IS 28 (11.33% from 255) = 8.14%
R=49.42%
G=42.44%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701462800.140.840.3349.8671.7238.82
HexAA921C0E5421324827
Octal25222234016124416211047
Binary1010101010010010111000111010101001000011100101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA921C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA921C; }

 p { color: rgb(170,146,28); }

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

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

 a { background-color: rgb(170,146,28); }

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

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

 span { border-color: rgb(170,146,28); }

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