#A7930E

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

Shades of Lucky #A7930E

Tints of Lucky #A7930E

Color information

#A7930E (or 0xA7930E) is unknown color: approx Lucky. HEX triplet: A7, 93 and 0E. RGB value is (167,147,14). Sum of RGB (Red+Green+Blue) = 167+147+14=328 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.91% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 167 - color contains mainly: red. Hex color #A7930E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7930E is #586CF1. Grayscale: #8A8A8A. Windows color (decimal): -5795058 or 955303. OLE color: 955303.

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

Color convert

RGB16714714-
CMYK00.120.920.35
HSL52.16º84.53%35.49%-
HSV(B)52.16º91.62%65.49%-
XYZ26.4529.114.64-
YUV137.8258.13148.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.91%
GREEN value IS 147 (57.81% from 255) = 44.82%
BLUE value IS 14 (5.86% from 255) = 4.27%
R=50.91%
G=44.82%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671471400.120.920.3552.1684.5335.49
HexA793E0C5C23345523
Octal24722316014134436412543
Binary101001111001001111100110010111001000111101001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7930E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7930E; }

 p { color: rgb(167,147,14); }

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

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

 a { background-color: rgb(167,147,14); }

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

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

 span { border-color: rgb(167,147,14); }

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