#A6A91E

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

Shades of Lucky #A6A91E

Tints of Lucky #A6A91E

Color information

#A6A91E (or 0xA6A91E) is unknown color: approx Lucky. HEX triplet: A6, A9 and 1E. RGB value is (166,169,30). Sum of RGB (Red+Green+Blue) = 166+169+30=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 169 (66.41% from 255 or 46.30% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 169 - color contains mainly: green. Hex color #A6A91E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A91E is #5956E1. Grayscale: #989898. Windows color (decimal): -5854946 or 2009510. OLE color: 2009510.

HSL color Cylindrical-coordinate representation of color #A6A91E: hue angle of 61.29º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A6A91E is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB16616930-
CMYK0.0200.820.34
HSL61.29º69.85%39.02%-
HSV(B)61.29º82.25%66.27%-
XYZ30.1536.586.7-
YUV152.2659.01137.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.48%
GREEN value IS 169 (66.41% from 255) = 46.30%
BLUE value IS 30 (12.11% from 255) = 8.22%
R=45.48%
G=46.30%
B=8.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal166169300.0200.820.3461.2969.8539.02
HexA6A91E2052223d4627
Octal2462513620122427510647
Binary10100110101010011111010010100101000101111011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A91E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A91E; }

 p { color: rgb(166,169,30); }

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

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

 a { background-color: rgb(166,169,30); }

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

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

 span { border-color: rgb(166,169,30); }

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