Html Css Color HEX #AD9519 Lucky

📋 copy color: '#AD9519'

red 173 ◦ green 149 ◦ blue 25

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

Shades of Lucky #AD9519

Tints of Lucky #AD9519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.2%

R = 49.86%
G = 42.94%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD9519 (or 0xAD9519) is known color: Lucky. HEX triplet: AD, 95 and 19. RGB value is (173,149,25). Sum of RGB (Red+Green+Blue) = 173+149+25=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9519 is #526AE6. Grayscale: #8E8E8E. Windows color (decimal): -5401319 or 1676717. OLE color: 1676717.

HSL color Cylindrical-coordinate representation of color #AD9519: hue angle of 50.27º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD9519 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 149 25 -
CMYK 0 0.14 0.86 0.32
HSL 50.27º 0.75% 0.39% -
HSV(B) 50.27º 0.86% 0.68% -
XYZ 28.16 30.45 5.31 -
YUV 142.04 61.95 150.08 -
System Red Green Blue C M Y K H S L
Decimal 173 149 25 0 0.14 0.86 0.32 50.27 0.75 0.39
Hex AD 95 19 0 E 56 20 32 4B 27
Octal 255 225 31 0 16 126 40 62 113 47
Binary 10101101 10010101 11001 0 1110 1010110 100000 110010 1001011 100111

Color Harmonies of #AD9519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9519

Black with #AD9519

Text Example


Text Example

White with #AD9519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9519; }

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

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

background-color css

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

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

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

border-color css

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

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

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