#A7A517

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

Shades of Lucky #A7A517

Tints of Lucky #A7A517

Color information

#A7A517 (or 0xA7A517) is unknown color: approx Lucky. HEX triplet: A7, A5 and 17. RGB value is (167,165,23). Sum of RGB (Red+Green+Blue) = 167+165+23=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A517 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7A517 is #585AE8. Grayscale: #959595. Windows color (decimal): -5790441 or 1549735. OLE color: 1549735.

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

Color convert

RGB16716523-
CMYK00.010.860.35
HSL59.17º75.79%37.25%-
HSV(B)59.17º86.23%65.49%-
XYZ29.5535.196.05-
YUV149.4156.66140.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.04%
GREEN value IS 165 (64.84% from 255) = 46.48%
BLUE value IS 23 (9.38% from 255) = 6.48%
R=47.04%
G=46.48%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671652300.010.860.3559.1775.7937.25
HexA7A5170156233b4c25
Octal2472452701126437311445
Binary1010011110100101101110110101101000111110111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A517; }

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

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

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

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

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

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

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

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