#A3980A

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

Shades of Lucky #A3980A

Tints of Lucky #A3980A

Color information

#A3980A (or 0xA3980A) is unknown color: approx Lucky. HEX triplet: A3, 98 and 0A. RGB value is (163,152,10). Sum of RGB (Red+Green+Blue) = 163+152+10=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3980A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3980A is #5C67F5. Grayscale: #8B8B8B. Windows color (decimal): -6055926 or 694435. OLE color: 694435.

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

Color convert

RGB16315210-
CMYK00.070.940.36
HSL55.69º88.44%33.92%-
HSV(B)55.69º93.87%63.92%-
XYZ26.3930.264.74-
YUV139.155.14145.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 152 (59.77% from 255) = 46.77%
BLUE value IS 10 (4.30% from 255) = 3.08%
R=50.15%
G=46.77%
B=3.08%

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
Decimal1631521000.070.940.3655.6988.4433.92
HexA398A075E24385822
Octal2432301207136447013042
Binary10100011100110001010011110111101001001110001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3980A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3980A; }

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

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

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

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

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

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

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

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