#A3931A

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

Shades of Lucky #A3931A

Tints of Lucky #A3931A

Color information

#A3931A (or 0xA3931A) is unknown color: approx Lucky. HEX triplet: A3, 93 and 1A. RGB value is (163,147,26). Sum of RGB (Red+Green+Blue) = 163+147+26=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A3931A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3931A is #5C6CE5. Grayscale: #8A8A8A. Windows color (decimal): -6057190 or 1741731. OLE color: 1741731.

HSL color Cylindrical-coordinate representation of color #A3931A: hue angle of 52.99º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A3931A is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB16314726-
CMYK00.100.840.36
HSL52.99º72.49%37.06%-
HSV(B)52.99º84.05%63.92%-
XYZ25.7228.735.17-
YUV137.9964.8145.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.51%
GREEN value IS 147 (57.81% from 255) = 43.75%
BLUE value IS 26 (10.55% from 255) = 7.74%
R=48.51%
G=43.75%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631472600.100.840.3652.9972.4937.06
HexA3931A0A5424354825
Octal24322332012124446511045
Binary1010001110010011110100101010101001001001101011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3931A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3931A; }

 p { color: rgb(163,147,26); }

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

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

 a { background-color: rgb(163,147,26); }

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

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

 span { border-color: rgb(163,147,26); }

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