#A28D09

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

Shades of Lucky #A28D09

Tints of Lucky #A28D09

Color information

#A28D09 (or 0xA28D09) is unknown color: approx Lucky. HEX triplet: A2, 8D and 09. RGB value is (162,141,9). Sum of RGB (Red+Green+Blue) = 162+141+9=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 9 (3.91% from 255 or 2.88% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28D09 is #5D72F6. Grayscale: #848484. Windows color (decimal): -6124279 or 626082. OLE color: 626082.

HSL color Cylindrical-coordinate representation of color #A28D09: hue angle of 51.76º degrees, saturation: 0.89, 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 #A28D09 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB1621419-
CMYK00.130.940.36
HSL51.76º89.47%33.53%-
HSV(B)51.76º94.44%63.53%-
XYZ24.4726.754.13-
YUV132.2358.46149.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.92%
GREEN value IS 141 (55.47% from 255) = 45.19%
BLUE value IS 9 (3.91% from 255) = 2.88%
R=51.92%
G=45.19%
B=2.88%

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
Decimal162141900.130.940.3651.7689.4733.53
HexA28D90D5E24345922
Octal24221511015136446413142
Binary101000101000110110010110110111101001001101001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28D09; }

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

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

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

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

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

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

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

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