#A3980D

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

Shades of Lucky #A3980D

Tints of Lucky #A3980D

Color information

#A3980D (or 0xA3980D) is unknown color: approx Lucky. HEX triplet: A3, 98 and 0D. RGB value is (163,152,13). Sum of RGB (Red+Green+Blue) = 163+152+13=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A3980D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3980D is #5C67F2. Grayscale: #8C8C8C. Windows color (decimal): -6055923 or 891043. OLE color: 891043.

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

Color convert

RGB16315213-
CMYK00.070.920.36
HSL55.6º85.23%34.51%-
HSV(B)55.6º92.02%63.92%-
XYZ26.4130.274.83-
YUV139.4456.64144.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.70%
GREEN value IS 152 (59.77% from 255) = 46.34%
BLUE value IS 13 (5.47% from 255) = 3.96%
R=49.70%
G=46.34%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631521300.070.920.3655.685.2334.51
HexA398D075C24385523
Octal2432301507134447012543
Binary10100011100110001101011110111001001001110001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3980D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3980D; }

 p { color: rgb(163,152,13); }

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

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

 a { background-color: rgb(163,152,13); }

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

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

 span { border-color: rgb(163,152,13); }

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