#A28D11

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

Shades of Lucky #A28D11

Tints of Lucky #A28D11

Color information

#A28D11 (or 0xA28D11) is unknown color: approx Lucky. HEX triplet: A2, 8D and 11. RGB value is (162,141,17). Sum of RGB (Red+Green+Blue) = 162+141+17=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28D11 is #5D72EE. Grayscale: #858585. Windows color (decimal): -6124271 or 1150370. OLE color: 1150370.

HSL color Cylindrical-coordinate representation of color #A28D11: hue angle of 51.31º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A28D11 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB16214117-
CMYK00.130.900.36
HSL51.31º81.01%35.1%-
HSV(B)51.31º89.51%63.53%-
XYZ24.5326.774.41-
YUV133.1462.46148.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.62%
GREEN value IS 141 (55.47% from 255) = 44.06%
BLUE value IS 17 (7.03% from 255) = 5.31%
R=50.62%
G=44.06%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621411700.130.900.3651.3181.0135.1
HexA28D110D5A24335123
Octal24221521015132446312143
Binary1010001010001101100010110110110101001001100111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28D11; }

 p { color: rgb(162,141,17); }

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

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

 a { background-color: rgb(162,141,17); }

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

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

 span { border-color: rgb(162,141,17); }

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