#A6931B

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

Shades of Lucky #A6931B

Tints of Lucky #A6931B

Color information

#A6931B (or 0xA6931B) is unknown color: approx Lucky. HEX triplet: A6, 93 and 1B. RGB value is (166,147,27). Sum of RGB (Red+Green+Blue) = 166+147+27=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A6931B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6931B is #596CE4. Grayscale: #8B8B8B. Windows color (decimal): -5860581 or 1807270. OLE color: 1807270.

HSL color Cylindrical-coordinate representation of color #A6931B: hue angle of 51.8º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6931B is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB16614727-
CMYK00.110.840.35
HSL51.8º72.02%37.84%-
HSV(B)51.8º83.73%65.1%-
XYZ26.3629.055.26-
YUV13964.79147.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.82%
GREEN value IS 147 (57.81% from 255) = 43.24%
BLUE value IS 27 (10.94% from 255) = 7.94%
R=48.82%
G=43.24%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661472700.110.840.3551.872.0237.84
HexA6931B0B5423344826
Octal24622333013124436411046
Binary1010011010010011110110101110101001000111101001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6931B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6931B; }

 p { color: rgb(166,147,27); }

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

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

 a { background-color: rgb(166,147,27); }

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

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

 span { border-color: rgb(166,147,27); }

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