#A6941B

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

Shades of Lucky #A6941B

Tints of Lucky #A6941B

Color information

#A6941B (or 0xA6941B) is unknown color: approx Lucky. HEX triplet: A6, 94 and 1B. RGB value is (166,148,27). Sum of RGB (Red+Green+Blue) = 166+148+27=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6941B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6941B is #596BE4. Grayscale: #8C8C8C. Windows color (decimal): -5860325 or 1807526. OLE color: 1807526.

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

Color convert

RGB16614827-
CMYK00.110.840.35
HSL52.23º72.02%37.84%-
HSV(B)52.23º83.73%65.1%-
XYZ26.5129.375.31-
YUV139.5964.46146.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.68%
GREEN value IS 148 (58.20% from 255) = 43.40%
BLUE value IS 27 (10.94% from 255) = 7.92%
R=48.68%
G=43.40%
B=7.92%

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
Decimal1661482700.110.840.3552.2372.0237.84
HexA6941B0B5423344826
Octal24622433013124436411046
Binary1010011010010100110110101110101001000111101001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6941B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6941B; }

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

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

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

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

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

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

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

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