#A28E14

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

Shades of Lucky #A28E14

Tints of Lucky #A28E14

Color information

#A28E14 (or 0xA28E14) is unknown color: approx Lucky. HEX triplet: A2, 8E and 14. RGB value is (162,142,20). Sum of RGB (Red+Green+Blue) = 162+142+20=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 142 (55.86% from 255 or 43.83% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28E14 is #5D71EB. Grayscale: #868686. Windows color (decimal): -6124012 or 1347234. OLE color: 1347234.

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

Color convert

RGB16214220-
CMYK00.120.880.36
HSL51.55º78.02%35.69%-
HSV(B)51.55º87.65%63.53%-
XYZ24.727.084.59-
YUV134.0763.63147.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50%
GREEN value IS 142 (55.86% from 255) = 43.83%
BLUE value IS 20 (8.20% from 255) = 6.17%
R=50%
G=43.83%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621422000.120.880.3651.5578.0235.69
HexA28E140C5824344e24
Octal24221624014130446411644
Binary1010001010001110101000110010110001001001101001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28E14; }

 p { color: rgb(162,142,20); }

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

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

 a { background-color: rgb(162,142,20); }

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

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

 span { border-color: rgb(162,142,20); }

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