#A2970E

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

Shades of Lucky #A2970E

Tints of Lucky #A2970E

Color information

#A2970E (or 0xA2970E) is unknown color: approx Lucky. HEX triplet: A2, 97 and 0E. RGB value is (162,151,14). Sum of RGB (Red+Green+Blue) = 162+151+14=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A2970E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2970E is #5D68F1. Grayscale: #8B8B8B. Windows color (decimal): -6121714 or 956322. OLE color: 956322.

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

Color convert

RGB16215114-
CMYK00.070.910.36
HSL55.54º84.09%34.51%-
HSV(B)55.54º91.36%63.53%-
XYZ26.0529.854.8-
YUV138.6757.64144.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.54%
GREEN value IS 151 (59.38% from 255) = 46.18%
BLUE value IS 14 (5.86% from 255) = 4.28%
R=49.54%
G=46.18%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621511400.070.910.3655.5484.0934.51
HexA297E075B24385423
Octal2422271607133447012443
Binary10100010100101111110011110110111001001110001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2970E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2970E; }

 p { color: rgb(162,151,14); }

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

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

 a { background-color: rgb(162,151,14); }

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

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

 span { border-color: rgb(162,151,14); }

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