#AA920D

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

Shades of Lucky #AA920D

Tints of Lucky #AA920D

Color information

#AA920D (or 0xAA920D) is unknown color: approx Lucky. HEX triplet: AA, 92 and 0D. RGB value is (170,146,13). Sum of RGB (Red+Green+Blue) = 170+146+13=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA920D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA920D is #556DF2. Grayscale: #8A8A8A. Windows color (decimal): -5598707 or 889514. OLE color: 889514.

HSL color Cylindrical-coordinate representation of color #AA920D: hue angle of 50.83º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA920D is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB17014613-
CMYK00.140.920.33
HSL50.83º85.79%35.88%-
HSV(B)50.83º92.35%66.67%-
XYZ26.9329.134.58-
YUV138.0157.45150.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.67%
GREEN value IS 146 (57.42% from 255) = 44.38%
BLUE value IS 13 (5.47% from 255) = 3.95%
R=51.67%
G=44.38%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701461300.140.920.3350.8385.7935.88
HexAA92D0E5C21335624
Octal25222215016134416312644
Binary101010101001001011010111010111001000011100111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA920D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA920D; }

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

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

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

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

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

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

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

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