#A7A218

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

Shades of Lucky #A7A218

Tints of Lucky #A7A218

Color information

#A7A218 (or 0xA7A218) is unknown color: approx Lucky. HEX triplet: A7, A2 and 18. RGB value is (167,162,24). Sum of RGB (Red+Green+Blue) = 167+162+24=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7A218 is #585DE7. Grayscale: #949494. Windows color (decimal): -5791208 or 1614503. OLE color: 1614503.

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

Color convert

RGB16716224-
CMYK00.030.860.35
HSL57.9º74.87%37.45%-
HSV(B)57.9º85.63%65.49%-
XYZ29.0234.125.92-
YUV147.7658.16141.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.31%
GREEN value IS 162 (63.67% from 255) = 45.89%
BLUE value IS 24 (9.77% from 255) = 6.80%
R=47.31%
G=45.89%
B=6.80%

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
Decimal1671622400.030.860.3557.974.8737.45
HexA7A2180356233a4b25
Octal2472423003126437211345
Binary10100111101000101100001110101101000111110101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A218; }

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

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

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

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

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

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

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

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