#A6931A

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

Shades of Lucky #A6931A

Tints of Lucky #A6931A

Color information

#A6931A (or 0xA6931A) is unknown color: approx Lucky. HEX triplet: A6, 93 and 1A. RGB value is (166,147,26). Sum of RGB (Red+Green+Blue) = 166+147+26=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A6931A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6931A is #596CE5. Grayscale: #8B8B8B. Windows color (decimal): -5860582 or 1741734. OLE color: 1741734.

HSL color Cylindrical-coordinate representation of color #A6931A: hue angle of 51.86º degrees, saturation: 0.73, 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 #A6931A is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB16614726-
CMYK00.110.840.35
HSL51.86º72.92%37.65%-
HSV(B)51.86º84.34%65.1%-
XYZ26.3529.055.2-
YUV138.8964.29147.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.97%
GREEN value IS 147 (57.81% from 255) = 43.36%
BLUE value IS 26 (10.55% from 255) = 7.67%
R=48.97%
G=43.36%
B=7.67%

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
Decimal1661472600.110.840.3551.8672.9237.65
HexA6931A0B5423344926
Octal24622332013124436411146
Binary1010011010010011110100101110101001000111101001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6931A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6931A; }

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

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

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

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

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

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

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

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