#A28C0E

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

Shades of Lucky #A28C0E

Tints of Lucky #A28C0E

Color information

#A28C0E (or 0xA28C0E) is unknown color: approx Lucky. HEX triplet: A2, 8C and 0E. RGB value is (162,140,14). Sum of RGB (Red+Green+Blue) = 162+140+14=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28C0E is #5D73F1. Grayscale: #848484. Windows color (decimal): -6124530 or 953506. OLE color: 953506.

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

Color convert

RGB16214014-
CMYK00.140.910.36
HSL51.08º84.09%34.51%-
HSV(B)51.08º91.36%63.53%-
XYZ24.3626.474.24-
YUV132.2161.29149.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.27%
GREEN value IS 140 (55.08% from 255) = 44.30%
BLUE value IS 14 (5.86% from 255) = 4.43%
R=51.27%
G=44.30%
B=4.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621401400.140.910.3651.0884.0934.51
HexA28CE0E5B24335423
Octal24221416016133446312443
Binary101000101000110011100111010110111001001100111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28C0E; }

 p { color: rgb(162,140,14); }

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

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

 a { background-color: rgb(162,140,14); }

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

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

 span { border-color: rgb(162,140,14); }

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