#ADA517

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

Shades of Lucky #ADA517

Tints of Lucky #ADA517

Color information

#ADA517 (or 0xADA517) is unknown color: approx Lucky. HEX triplet: AD, A5 and 17. RGB value is (173,165,23). Sum of RGB (Red+Green+Blue) = 173+165+23=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 165 (64.84% from 255 or 45.71% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA517 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA517 is #525AE8. Grayscale: #979797. Windows color (decimal): -5397225 or 1549741. OLE color: 1549741.

HSL color Cylindrical-coordinate representation of color #ADA517: hue angle of 56.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADA517 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB17316523-
CMYK00.050.870.32
HSL56.8º76.53%38.43%-
HSV(B)56.8º86.71%67.84%-
XYZ30.8435.866.11-
YUV151.255.65143.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.92%
GREEN value IS 165 (64.84% from 255) = 45.71%
BLUE value IS 23 (9.38% from 255) = 6.37%
R=47.92%
G=45.71%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731652300.050.870.3256.876.5338.43
HexADA517055720394d26
Octal2552452705127407111546
Binary101011011010010110111010110101111000001110011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA517; }

 p { color: rgb(173,165,23); }

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

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

 a { background-color: rgb(173,165,23); }

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

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

 span { border-color: rgb(173,165,23); }

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