#A3920A

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

Shades of Lucky #A3920A

Tints of Lucky #A3920A

Color information

#A3920A (or 0xA3920A) is unknown color: approx Lucky. HEX triplet: A3, 92 and 0A. RGB value is (163,146,10). Sum of RGB (Red+Green+Blue) = 163+146+10=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A3920A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3920A is #5C6DF5. Grayscale: #888888. Windows color (decimal): -6057462 or 692899. OLE color: 692899.

HSL color Cylindrical-coordinate representation of color #A3920A: hue angle of 53.33º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3920A is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB16314610-
CMYK00.100.940.36
HSL53.33º88.44%33.92%-
HSV(B)53.33º93.87%63.92%-
XYZ25.4428.374.42-
YUV135.5857.13147.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.10%
GREEN value IS 146 (57.42% from 255) = 45.77%
BLUE value IS 10 (4.30% from 255) = 3.13%
R=51.10%
G=45.77%
B=3.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631461000.100.940.3653.3388.4433.92
HexA392A0A5E24355822
Octal24322212012136446513042
Binary101000111001001010100101010111101001001101011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3920A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3920A; }

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

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

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

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

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

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

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

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