#A28C09

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

Shades of Lucky #A28C09

Tints of Lucky #A28C09

Color information

#A28C09 (or 0xA28C09) is unknown color: approx Lucky. HEX triplet: A2, 8C and 09. RGB value is (162,140,9). Sum of RGB (Red+Green+Blue) = 162+140+9=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 9 (3.91% from 255 or 2.89% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28C09 is #5D73F6. Grayscale: #848484. Windows color (decimal): -6124535 or 625826. OLE color: 625826.

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

Color convert

RGB1621409-
CMYK00.140.940.36
HSL51.37º89.47%33.53%-
HSV(B)51.37º94.44%63.53%-
XYZ24.3326.464.08-
YUV131.6458.79149.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.09%
GREEN value IS 140 (55.08% from 255) = 45.02%
BLUE value IS 9 (3.91% from 255) = 2.89%
R=52.09%
G=45.02%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162140900.140.940.3651.3789.4733.53
HexA28C90E5E24335922
Octal24221411016136446313142
Binary101000101000110010010111010111101001001100111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28C09; }

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

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

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

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

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

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

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

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