#A6981B

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

Shades of Lucky #A6981B

Tints of Lucky #A6981B

Color information

#A6981B (or 0xA6981B) is unknown color: approx Lucky. HEX triplet: A6, 98 and 1B. RGB value is (166,152,27). Sum of RGB (Red+Green+Blue) = 166+152+27=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A6981B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6981B is #5967E4. Grayscale: #8E8E8E. Windows color (decimal): -5859301 or 1808550. OLE color: 1808550.

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

Color convert

RGB16615227-
CMYK00.080.840.35
HSL53.96º72.02%37.84%-
HSV(B)53.96º83.73%65.1%-
XYZ27.1530.645.52-
YUV141.9463.14145.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.12%
GREEN value IS 152 (59.77% from 255) = 44.06%
BLUE value IS 27 (10.94% from 255) = 7.83%
R=48.12%
G=44.06%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661522700.080.840.3553.9672.0237.84
HexA6981B085423364826
Octal24623033010124436611046
Binary1010011010011000110110100010101001000111101101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6981B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6981B; }

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

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

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

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

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

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

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

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