Html Css Color HEX #AD9116 Lucky

📋 copy color: '#AD9116'

red 173 ◦ green 145 ◦ blue 22

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

Shades of Lucky #AD9116

Tints of Lucky #AD9116

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.65%

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

R = 50.88%
G = 42.65%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD9116 (or 0xAD9116) is known color: Lucky. HEX triplet: AD, 91 and 16. RGB value is (173,145,22). Sum of RGB (Red+Green+Blue) = 173+145+22=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9116 is #526EE9. Grayscale: #8B8B8B. Windows color (decimal): -5402346 or 1479085. OLE color: 1479085.

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

Color convert

RGB 173 145 22 -
CMYK 0 0.16 0.87 0.32
HSL 48.87º 0.77% 0.38% -
HSV(B) 48.87º 0.87% 0.68% -
XYZ 27.5 29.19 4.94 -
YUV 139.35 61.78 152 -
System Red Green Blue C M Y K H S L
Decimal 173 145 22 0 0.16 0.87 0.32 48.87 0.77 0.38
Hex AD 91 16 0 10 57 20 31 4D 26
Octal 255 221 26 0 20 127 40 61 115 46
Binary 10101101 10010001 10110 0 10000 1010111 100000 110001 1001101 100110

Color Harmonies of #AD9116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9116

Black with #AD9116

Text Example


Text Example

White with #AD9116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9116; }

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

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

background-color css

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

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

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

border-color css

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

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

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