#A3920E

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

Shades of Lucky #A3920E

Tints of Lucky #A3920E

Color information

#A3920E (or 0xA3920E) is unknown color: approx Lucky. HEX triplet: A3, 92 and 0E. RGB value is (163,146,14). Sum of RGB (Red+Green+Blue) = 163+146+14=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A3920E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3920E is #5C6DF1. Grayscale: #888888. Windows color (decimal): -6057458 or 955043. OLE color: 955043.

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

Color convert

RGB16314614-
CMYK00.100.910.36
HSL53.15º84.18%34.71%-
HSV(B)53.15º91.41%63.92%-
XYZ25.4628.384.55-
YUV136.0459.13147.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.46%
GREEN value IS 146 (57.42% from 255) = 45.20%
BLUE value IS 14 (5.86% from 255) = 4.33%
R=50.46%
G=45.20%
B=4.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631461400.100.910.3653.1584.1834.71
HexA392E0A5B24355423
Octal24322216012133446512443
Binary101000111001001011100101010110111001001101011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3920E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3920E; }

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

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

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

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

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

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

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

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