#A3972A

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

Shades of Lucky #A3972A

Tints of Lucky #A3972A

Color information

#A3972A (or 0xA3972A) is unknown color: approx Lucky. HEX triplet: A3, 97 and 2A. RGB value is (163,151,42). Sum of RGB (Red+Green+Blue) = 163+151+42=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A3972A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3972A is #5C68D5. Grayscale: #8E8E8E. Windows color (decimal): -6056150 or 2791331. OLE color: 2791331.

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

Color convert

RGB16315142-
CMYK00.070.740.36
HSL54.05º59.02%40.2%-
HSV(B)54.05º74.23%63.92%-
XYZ26.5930.096.6-
YUV142.1671.48142.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.79%
GREEN value IS 151 (59.38% from 255) = 42.42%
BLUE value IS 42 (16.80% from 255) = 11.80%
R=45.79%
G=42.42%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631514200.070.740.3654.0559.0240.2
HexA3972A074A24363b28
Octal243227520711244667350
Binary101000111001011110101001111001010100100110110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3972A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3972A; }

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

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

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

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

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

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

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

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