#A28E08

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

Shades of Lucky #A28E08

Tints of Lucky #A28E08

Color information

#A28E08 (or 0xA28E08) is unknown color: approx Lucky. HEX triplet: A2, 8E and 08. RGB value is (162,142,8). Sum of RGB (Red+Green+Blue) = 162+142+8=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 142 (55.86% from 255 or 45.51% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28E08 is #5D71F7. Grayscale: #858585. Windows color (decimal): -6124024 or 560802. OLE color: 560802.

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

Color convert

RGB1621428-
CMYK00.120.950.36
HSL52.21º90.59%33.33%-
HSV(B)52.21º95.06%63.53%-
XYZ24.6227.044.15-
YUV132.757.63148.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.92%
GREEN value IS 142 (55.86% from 255) = 45.51%
BLUE value IS 8 (3.52% from 255) = 2.56%
R=51.92%
G=45.51%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162142800.120.950.3652.2190.5933.33
HexA28E80C5F24345b21
Octal24221610014137446413341
Binary101000101000111010000110010111111001001101001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28E08; }

 p { color: rgb(162,142,8); }

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

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

 a { background-color: rgb(162,142,8); }

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

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

 span { border-color: rgb(162,142,8); }

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