#A28F16

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

Shades of Lucky #A28F16

Tints of Lucky #A28F16

Color information

#A28F16 (or 0xA28F16) is unknown color: approx Lucky. HEX triplet: A2, 8F and 16. RGB value is (162,143,22). Sum of RGB (Red+Green+Blue) = 162+143+22=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28F16 is #5D70E9. Grayscale: #878787. Windows color (decimal): -6123754 or 1478562. OLE color: 1478562.

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

Color convert

RGB16214322-
CMYK00.120.860.36
HSL51.86º76.09%36.08%-
HSV(B)51.86º86.42%63.53%-
XYZ24.8727.384.73-
YUV134.8964.29147.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.54%
GREEN value IS 143 (56.25% from 255) = 43.73%
BLUE value IS 22 (8.98% from 255) = 6.73%
R=49.54%
G=43.73%
B=6.73%

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
Decimal1621432200.120.860.3651.8676.0936.08
HexA28F160C5624344c24
Octal24221726014126446411444
Binary1010001010001111101100110010101101001001101001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28F16; }

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

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

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

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

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

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

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

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