#A3900E

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

Shades of Lucky #A3900E

Tints of Lucky #A3900E

Color information

#A3900E (or 0xA3900E) is unknown color: approx Lucky. HEX triplet: A3, 90 and 0E. RGB value is (163,144,14). Sum of RGB (Red+Green+Blue) = 163+144+14=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A3900E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3900E is #5C6FF1. Grayscale: #878787. Windows color (decimal): -6057970 or 954531. OLE color: 954531.

HSL color Cylindrical-coordinate representation of color #A3900E: hue angle of 52.35º 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 #A3900E is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB16314414-
CMYK00.120.910.36
HSL52.35º84.18%34.71%-
HSV(B)52.35º91.41%63.92%-
XYZ25.1627.764.45-
YUV134.8659.79148.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.78%
GREEN value IS 144 (56.64% from 255) = 44.86%
BLUE value IS 14 (5.86% from 255) = 4.36%
R=50.78%
G=44.86%
B=4.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631441400.120.910.3652.3584.1834.71
HexA390E0C5B24345423
Octal24322016014133446412443
Binary101000111001000011100110010110111001001101001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3900E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3900E; }

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

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

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

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

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

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

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

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