#A0920A

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

Shades of Lucky #A0920A

Tints of Lucky #A0920A

Color information

#A0920A (or 0xA0920A) is unknown color: approx Lucky. HEX triplet: A0, 92 and 0A. RGB value is (160,146,10). Sum of RGB (Red+Green+Blue) = 160+146+10=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A0920A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0920A is #5F6DF5. Grayscale: #878787. Windows color (decimal): -6254070 or 692896. OLE color: 692896.

HSL color Cylindrical-coordinate representation of color #A0920A: hue angle of 54.4º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0920A is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB16014610-
CMYK00.090.940.37
HSL54.4º88.24%33.33%-
HSV(B)54.4º93.75%62.75%-
XYZ24.8328.054.39-
YUV134.6857.64146.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.63%
GREEN value IS 146 (57.42% from 255) = 46.20%
BLUE value IS 10 (4.30% from 255) = 3.16%
R=50.63%
G=46.20%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601461000.090.940.3754.488.2433.33
HexA092A095E25365821
Octal24022212011136456613041
Binary101000001001001010100100110111101001011101101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0920A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0920A; }

 p { color: rgb(160,146,10); }

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

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

 a { background-color: rgb(160,146,10); }

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

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

 span { border-color: rgb(160,146,10); }

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