#a4931e

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

Shades of Lucky #A4931E

Tints of Lucky #A4931E

Color information

#A4931E (or 0xA4931E) is unknown color: approx Lucky. HEX triplet: A4, 93 and 1E. RGB value is (164,147,30). Sum of RGB (Red+Green+Blue) = 164+147+30=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A4931E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4931E is #5B6CE1. Grayscale: #8B8B8B. Windows color (decimal): -5991650 or 2003876. OLE color: 2003876.

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

Color convert

RGB16414730-
CMYK00.100.820.36
HSL52.39º69.07%38.04%-
HSV(B)52.39º81.71%64.31%-
XYZ25.9828.855.43-
YUV138.7466.63146.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.09%
GREEN value IS 147 (57.81% from 255) = 43.11%
BLUE value IS 30 (12.11% from 255) = 8.80%
R=48.09%
G=43.11%
B=8.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641473000.100.820.3652.3969.0738.04
HexA4931E0A5224344526
Octal24422336012122446410546
Binary1010010010010011111100101010100101001001101001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4931e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4931e; }

 p { color: rgb(164,147,30); }

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

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

 a { background-color: rgb(164,147,30); }

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

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

 span { border-color: rgb(164,147,30); }

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