#A6A726

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

Shades of Lucky #A6A726

Tints of Lucky #A6A726

Color information

#A6A726 (or 0xA6A726) is unknown color: approx Lucky. HEX triplet: A6, A7 and 26. RGB value is (166,167,38). Sum of RGB (Red+Green+Blue) = 166+167+38=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 167 - color contains mainly: green. Hex color #A6A726 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A726 is #5958D9. Grayscale: #989898. Windows color (decimal): -5855450 or 2533286. OLE color: 2533286.

HSL color Cylindrical-coordinate representation of color #A6A726: hue angle of 60.47º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6A726 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB16616738-
CMYK0.0100.770.35
HSL60.47º62.93%40.2%-
HSV(B)60.47º77.25%65.49%-
XYZ29.8935.887.18-
YUV15263.67137.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.74%
GREEN value IS 167 (65.62% from 255) = 45.01%
BLUE value IS 38 (15.23% from 255) = 10.24%
R=44.74%
G=45.01%
B=10.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166167380.0100.770.3560.4762.9340.2
HexA6A726104D233c3f28
Octal246247461011543747750
Binary1010011010100111100110101001101100011111100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A726; }

 p { color: rgb(166,167,38); }

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

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

 a { background-color: rgb(166,167,38); }

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

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

 span { border-color: rgb(166,167,38); }

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