#a8a517

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

Shades of Lucky #A8A517

Tints of Lucky #A8A517

Color information

#A8A517 (or 0xA8A517) is unknown color: approx Lucky. HEX triplet: A8, A5 and 17. RGB value is (168,165,23). Sum of RGB (Red+Green+Blue) = 168+165+23=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A517 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A517 is #575AE8. Grayscale: #969696. Windows color (decimal): -5724905 or 1549736. OLE color: 1549736.

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

Color convert

RGB16816523-
CMYK00.020.860.34
HSL58.76º75.92%37.45%-
HSV(B)58.76º86.31%65.88%-
XYZ29.7635.36.06-
YUV149.7156.49141.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.19%
GREEN value IS 165 (64.84% from 255) = 46.35%
BLUE value IS 23 (9.38% from 255) = 6.46%
R=47.19%
G=46.35%
B=6.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681652300.020.860.3458.7675.9237.45
HexA8A5170256223b4c25
Octal2502452702126427311445
Binary10101000101001011011101010101101000101110111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8a517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8a517; }

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

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

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

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

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

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

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

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