#A28F17

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

Shades of Lucky #A28F17

Tints of Lucky #A28F17

Color information

#A28F17 (or 0xA28F17) is unknown color: approx Lucky. HEX triplet: A2, 8F and 17. RGB value is (162,143,23). Sum of RGB (Red+Green+Blue) = 162+143+23=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28F17 is #5D70E8. Grayscale: #878787. Windows color (decimal): -6123753 or 1544098. OLE color: 1544098.

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

Color convert

RGB16214323-
CMYK00.120.860.36
HSL51.8º75.14%36.27%-
HSV(B)51.8º85.8%63.53%-
XYZ24.8827.394.79-
YUV13564.79147.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.39%
GREEN value IS 143 (56.25% from 255) = 43.60%
BLUE value IS 23 (9.38% from 255) = 7.01%
R=49.39%
G=43.60%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621432300.120.860.3651.875.1436.27
HexA28F170C5624344b24
Octal24221727014126446411344
Binary1010001010001111101110110010101101001001101001001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28F17; }

 p { color: rgb(162,143,23); }

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

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

 a { background-color: rgb(162,143,23); }

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

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

 span { border-color: rgb(162,143,23); }

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