#A8AA17

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

Shades of Lucky #A8AA17

Tints of Lucky #A8AA17

Color information

#A8AA17 (or 0xA8AA17) is unknown color: approx Lucky. HEX triplet: A8, AA and 17. RGB value is (168,170,23). Sum of RGB (Red+Green+Blue) = 168+170+23=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AA17 is #5755E8. Grayscale: #999999. Windows color (decimal): -5723625 or 1551016. OLE color: 1551016.

HSL color Cylindrical-coordinate representation of color #A8AA17: hue angle of 60.82º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8AA17 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB16817023-
CMYK0.0100.860.33
HSL60.82º76.17%37.84%-
HSV(B)60.82º86.47%66.67%-
XYZ30.6837.146.36-
YUV152.6454.84138.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.54%
GREEN value IS 170 (66.80% from 255) = 47.09%
BLUE value IS 23 (9.38% from 255) = 6.37%
R=46.54%
G=47.09%
B=6.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168170230.0100.860.3360.8276.1737.84
HexA8AA171056213d4c26
Octal2502522710126417511446
Binary1010100010101010101111010101101000011111011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AA17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AA17; }

 p { color: rgb(168,170,23); }

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

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

 a { background-color: rgb(168,170,23); }

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

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

 span { border-color: rgb(168,170,23); }

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