#A3970A

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

Shades of Lucky #A3970A

Tints of Lucky #A3970A

Color information

#A3970A (or 0xA3970A) is unknown color: approx Lucky. HEX triplet: A3, 97 and 0A. RGB value is (163,151,10). Sum of RGB (Red+Green+Blue) = 163+151+10=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A3970A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3970A is #5C68F5. Grayscale: #8B8B8B. Windows color (decimal): -6056182 or 694179. OLE color: 694179.

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

Color convert

RGB16315110-
CMYK00.070.940.36
HSL55.29º88.44%33.92%-
HSV(B)55.29º93.87%63.92%-
XYZ26.2329.944.68-
YUV138.5155.48145.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.31%
GREEN value IS 151 (59.38% from 255) = 46.60%
BLUE value IS 10 (4.30% from 255) = 3.09%
R=50.31%
G=46.60%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631511000.070.940.3655.2988.4433.92
HexA397A075E24375822
Octal2432271207136446713042
Binary10100011100101111010011110111101001001101111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3970A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3970A; }

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

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

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

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

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

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

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

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