Html Css Color HEX #AD9516 Lucky

📋 copy color: '#AD9516'

red 173 ◦ green 149 ◦ blue 22

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

Shades of Lucky #AD9516

Tints of Lucky #AD9516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.4%

R = 50.29%
G = 43.31%
B = 6.4%

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

#AD9516 (or 0xAD9516) is known color: Lucky. HEX triplet: AD, 95 and 16. RGB value is (173,149,22). Sum of RGB (Red+Green+Blue) = 173+149+22=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9516 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9516 is #526AE9. Grayscale: #8E8E8E. Windows color (decimal): -5401322 or 1480109. OLE color: 1480109.

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

Color convert

RGB 173 149 22 -
CMYK 0 0.14 0.87 0.32
HSL 50.46º 0.77% 0.38% -
HSV(B) 50.46º 0.87% 0.68% -
XYZ 28.13 30.44 5.15 -
YUV 141.7 60.45 150.33 -
System Red Green Blue C M Y K H S L
Decimal 173 149 22 0 0.14 0.87 0.32 50.46 0.77 0.38
Hex AD 95 16 0 E 57 20 32 4D 26
Octal 255 225 26 0 16 127 40 62 115 46
Binary 10101101 10010101 10110 0 1110 1010111 100000 110010 1001101 100110

Color Harmonies of #AD9516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9516

Black with #AD9516

Text Example


Text Example

White with #AD9516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9516; }

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

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

background-color css

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

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

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

border-color css

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

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

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