#A8A115

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

Shades of Lucky #A8A115

Tints of Lucky #A8A115

Color information

#A8A115 (or 0xA8A115) is unknown color: approx Lucky. HEX triplet: A8, A1 and 15. RGB value is (168,161,21). Sum of RGB (Red+Green+Blue) = 168+161+21=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 161 (63.28% from 255 or 46% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A115 is #575EEA. Grayscale: #939393. Windows color (decimal): -5725931 or 1417640. OLE color: 1417640.

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

Color convert

RGB16816121-
CMYK00.040.880.34
HSL57.14º77.78%37.06%-
HSV(B)57.14º87.5%65.88%-
XYZ29.0333.875.72-
YUV147.1356.82142.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48%
GREEN value IS 161 (63.28% from 255) = 46%
BLUE value IS 21 (8.59% from 255) = 6%
R=48%
G=46%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681612100.040.880.3457.1477.7837.06
HexA8A115045822394e25
Octal2502412504130427111645
Binary101010001010000110101010010110001000101110011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A115; }

 p { color: rgb(168,161,21); }

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

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

 a { background-color: rgb(168,161,21); }

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

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

 span { border-color: rgb(168,161,21); }

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