#A0A515

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

Shades of Lucky #A0A515

Tints of Lucky #A0A515

Color information

#A0A515 (or 0xA0A515) is unknown color: approx Lucky. HEX triplet: A0, A5 and 15. RGB value is (160,165,21). Sum of RGB (Red+Green+Blue) = 160+165+21=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 165 (64.84% from 255 or 47.69% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A515 is #5F5AEA. Grayscale: #939393. Windows color (decimal): -6249195 or 1418656. OLE color: 1418656.

HSL color Cylindrical-coordinate representation of color #A0A515: hue angle of 62.08º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0A515 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB16016521-
CMYK0.0300.870.35
HSL62.08º77.42%36.47%-
HSV(B)62.08º87.27%64.71%-
XYZ28.0934.445.88-
YUV147.0956.84137.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.24%
GREEN value IS 165 (64.84% from 255) = 47.69%
BLUE value IS 21 (8.59% from 255) = 6.07%
R=46.24%
G=47.69%
B=6.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal160165210.0300.870.3562.0877.4236.47
HexA0A5153057233e4d24
Octal2402452530127437611544
Binary10100000101001011010111010101111000111111101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A515; }

 p { color: rgb(160,165,21); }

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

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

 a { background-color: rgb(160,165,21); }

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

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

 span { border-color: rgb(160,165,21); }

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