#A7A217

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

Shades of Lucky #A7A217

Tints of Lucky #A7A217

Color information

#A7A217 (or 0xA7A217) is unknown color: approx Lucky. HEX triplet: A7, A2 and 17. RGB value is (167,162,23). Sum of RGB (Red+Green+Blue) = 167+162+23=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7A217 is #585DE8. Grayscale: #949494. Windows color (decimal): -5791209 or 1548967. OLE color: 1548967.

HSL color Cylindrical-coordinate representation of color #A7A217: hue angle of 57.92º 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 #A7A217 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB16716223-
CMYK00.030.860.35
HSL57.92º75.79%37.25%-
HSV(B)57.92º86.23%65.49%-
XYZ29.0134.125.87-
YUV147.6557.66141.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.44%
GREEN value IS 162 (63.67% from 255) = 46.02%
BLUE value IS 23 (9.38% from 255) = 6.53%
R=47.44%
G=46.02%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671622300.030.860.3557.9275.7937.25
HexA7A2170356233a4c25
Octal2472422703126437211445
Binary10100111101000101011101110101101000111110101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A217; }

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

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

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

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

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

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

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

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