#A28D0A

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

Shades of Lucky #A28D0A

Tints of Lucky #A28D0A

Color information

#A28D0A (or 0xA28D0A) is unknown color: approx Lucky. HEX triplet: A2, 8D and 0A. RGB value is (162,141,10). Sum of RGB (Red+Green+Blue) = 162+141+10=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28D0A is #5D72F5. Grayscale: #848484. Windows color (decimal): -6124278 or 691618. OLE color: 691618.

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

Color convert

RGB16214110-
CMYK00.130.940.36
HSL51.71º88.37%33.73%-
HSV(B)51.71º93.83%63.53%-
XYZ24.4826.754.16-
YUV132.3458.96149.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.76%
GREEN value IS 141 (55.47% from 255) = 45.05%
BLUE value IS 10 (4.30% from 255) = 3.19%
R=51.76%
G=45.05%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621411000.130.940.3651.7188.3733.73
HexA28DA0D5E24345822
Octal24221512015136446413042
Binary101000101000110110100110110111101001001101001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28D0A; }

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

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

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

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

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

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

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

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