#A3A515

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

Shades of Lucky #A3A515

Tints of Lucky #A3A515

Color information

#A3A515 (or 0xA3A515) is unknown color: approx Lucky. HEX triplet: A3, A5 and 15. RGB value is (163,165,21). Sum of RGB (Red+Green+Blue) = 163+165+21=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 165 (64.84% from 255 or 47.28% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A515 is #5C5AEA. Grayscale: #949494. Windows color (decimal): -6052587 or 1418659. OLE color: 1418659.

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

Color convert

RGB16316521-
CMYK0.0100.870.35
HSL60.83º77.42%36.47%-
HSV(B)60.83º87.27%64.71%-
XYZ28.6934.755.9-
YUV147.9956.34138.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.70%
GREEN value IS 165 (64.84% from 255) = 47.28%
BLUE value IS 21 (8.59% from 255) = 6.02%
R=46.70%
G=47.28%
B=6.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal163165210.0100.870.3560.8377.4236.47
HexA3A5151057233d4d24
Octal2432452510127437511544
Binary1010001110100101101011010101111000111111011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A515; }

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

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

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

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

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

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

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

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