#A6951A

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

Shades of Lucky #A6951A

Tints of Lucky #A6951A

Color information

#A6951A (or 0xA6951A) is unknown color: approx Lucky. HEX triplet: A6, 95 and 1A. RGB value is (166,149,26). Sum of RGB (Red+Green+Blue) = 166+149+26=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6951A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6951A is #596AE5. Grayscale: #8C8C8C. Windows color (decimal): -5860070 or 1742246. OLE color: 1742246.

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

Color convert

RGB16614926-
CMYK00.100.840.35
HSL52.71º72.92%37.65%-
HSV(B)52.71º84.34%65.1%-
XYZ26.6629.685.3-
YUV140.0663.63146.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.68%
GREEN value IS 149 (58.59% from 255) = 43.70%
BLUE value IS 26 (10.55% from 255) = 7.62%
R=48.68%
G=43.70%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661492600.100.840.3552.7172.9237.65
HexA6951A0A5423354926
Octal24622532012124436511146
Binary1010011010010101110100101010101001000111101011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6951A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6951A; }

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

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

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

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

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

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

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

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