Html Css Color HEX #AD9517 Lucky

📋 copy color: '#AD9517'

red 173 ◦ green 149 ◦ blue 23

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

Shades of Lucky #AD9517

Tints of Lucky #AD9517

RGB

 RED value IS 173 (67.97% from 255) = 50.14%

 GREEN value IS 149 (58.59% from 255) = 43.19%

 BLUE value IS 23 (9.38% from 255) = 6.67%

R = 50.14%
G = 43.19%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD9517 (or 0xAD9517) is known color: Lucky. HEX triplet: AD, 95 and 17. RGB value is (173,149,23). Sum of RGB (Red+Green+Blue) = 173+149+23=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9517 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9517 is #526AE8. Grayscale: #8E8E8E. Windows color (decimal): -5401321 or 1545645. OLE color: 1545645.

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

Color convert

RGB 173 149 23 -
CMYK 0 0.14 0.87 0.32
HSL 50.4º 0.77% 0.38% -
HSV(B) 50.4º 0.87% 0.68% -
XYZ 28.14 30.44 5.2 -
YUV 141.81 60.95 150.25 -
System Red Green Blue C M Y K H S L
Decimal 173 149 23 0 0.14 0.87 0.32 50.4 0.77 0.38
Hex AD 95 17 0 E 57 20 32 4D 26
Octal 255 225 27 0 16 127 40 62 115 46
Binary 10101101 10010101 10111 0 1110 1010111 100000 110010 1001101 100110

Color Harmonies of #AD9517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9517

Black with #AD9517

Text Example


Text Example

White with #AD9517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9517; }

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

 H1.HeaderClassName
 {
   color: #AD9517;
 }
 .AnyTagClassName
 {
   color: #AD9517;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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