Html Css Color HEX #ADA517 Lucky

📋 copy color: '#ADA517'

red 173 ◦ green 165 ◦ blue 23

#ADA517
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #ADA517

Tints of Lucky #ADA517

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 value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#ADA517 (or 0xADA517) is known color: 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

RGB 173 165 23 -
CMYK 0 0.05 0.87 0.32
HSL 56.8º 0.77% 0.38% -
HSV(B) 56.8º 0.87% 0.68% -
XYZ 30.84 35.86 6.11 -
YUV 151.2 55.65 143.55 -
System Red Green Blue C M Y K H S L
Decimal 173 165 23 0 0.05 0.87 0.32 56.8 0.77 0.38
Hex AD A5 17 0 5 57 20 39 4D 26
Octal 255 245 27 0 5 127 40 71 115 46
Binary 10101101 10100101 10111 0 101 1010111 100000 111001 1001101 100110

Color Harmonies of #ADA517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA517

Black with #ADA517

Text Example


Text Example

White with #ADA517

Text Example


Text Example

HTML Codes & Css Web 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>