#A2981E

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

Shades of Lucky #A2981E

Tints of Lucky #A2981E

Color information

#A2981E (or 0xA2981E) is unknown color: approx Lucky. HEX triplet: A2, 98 and 1E. RGB value is (162,152,30). Sum of RGB (Red+Green+Blue) = 162+152+30=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A2981E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2981E is #5D67E1. Grayscale: #8D8D8D. Windows color (decimal): -6121442 or 2005154. OLE color: 2005154.

HSL color Cylindrical-coordinate representation of color #A2981E: hue angle of 55.45º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2981E is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB16215230-
CMYK00.060.810.36
HSL55.45º68.75%37.65%-
HSV(B)55.45º81.48%63.53%-
XYZ26.3630.235.67-
YUV141.0865.31142.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.09%
GREEN value IS 152 (59.77% from 255) = 44.19%
BLUE value IS 30 (12.11% from 255) = 8.72%
R=47.09%
G=44.19%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621523000.060.810.3655.4568.7537.65
HexA2981E065124374526
Octal2422303606121446710546
Binary101000101001100011110011010100011001001101111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2981E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2981E; }

 p { color: rgb(162,152,30); }

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

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

 a { background-color: rgb(162,152,30); }

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

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

 span { border-color: rgb(162,152,30); }

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