#A3970B

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

Shades of Lucky #A3970B

Tints of Lucky #A3970B

Color information

#A3970B (or 0xA3970B) is unknown color: approx Lucky. HEX triplet: A3, 97 and 0B. RGB value is (163,151,11). Sum of RGB (Red+Green+Blue) = 163+151+11=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 151 (59.38% from 255 or 46.46% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3970B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3970B is #5C68F4. Grayscale: #8B8B8B. Windows color (decimal): -6056181 or 759715. OLE color: 759715.

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

Color convert

RGB16315111-
CMYK00.070.930.36
HSL55.26º87.36%34.12%-
HSV(B)55.26º93.25%63.92%-
XYZ26.2329.944.71-
YUV138.6355.98145.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 151 (59.38% from 255) = 46.46%
BLUE value IS 11 (4.69% from 255) = 3.38%
R=50.15%
G=46.46%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631511100.070.930.3655.2687.3634.12
HexA397B075D24375722
Octal2432271307135446712742
Binary10100011100101111011011110111011001001101111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3970B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3970B; }

 p { color: rgb(163,151,11); }

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

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

 a { background-color: rgb(163,151,11); }

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

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

 span { border-color: rgb(163,151,11); }

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