#A8A116

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

Shades of Lucky #A8A116

Tints of Lucky #A8A116

Color information

#A8A116 (or 0xA8A116) is unknown color: approx Lucky. HEX triplet: A8, A1 and 16. RGB value is (168,161,22). Sum of RGB (Red+Green+Blue) = 168+161+22=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 161 (63.28% from 255 or 45.87% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A116 is #575EE9. Grayscale: #939393. Windows color (decimal): -5725930 or 1483176. OLE color: 1483176.

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

Color convert

RGB16816122-
CMYK00.040.870.34
HSL57.12º76.84%37.25%-
HSV(B)57.12º86.9%65.88%-
XYZ29.0433.875.77-
YUV147.2557.32142.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.86%
GREEN value IS 161 (63.28% from 255) = 45.87%
BLUE value IS 22 (8.98% from 255) = 6.27%
R=47.86%
G=45.87%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681612200.040.870.3457.1276.8437.25
HexA8A116045722394d25
Octal2502412604127427111545
Binary101010001010000110110010010101111000101110011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A116; }

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

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

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

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

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

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

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

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