Html Css Color HEX #AD9016 Lucky

📋 copy color: '#AD9016'

red 173 ◦ green 144 ◦ blue 22

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

Shades of Lucky #AD9016

Tints of Lucky #AD9016

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.48%

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

R = 51.03%
G = 42.48%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD9016 (or 0xAD9016) is known color: Lucky. HEX triplet: AD, 90 and 16. RGB value is (173,144,22). Sum of RGB (Red+Green+Blue) = 173+144+22=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9016 is #526FE9. Grayscale: #8B8B8B. Windows color (decimal): -5402602 or 1478829. OLE color: 1478829.

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

Color convert

RGB 173 144 22 -
CMYK 0 0.17 0.87 0.32
HSL 48.48º 0.77% 0.38% -
HSV(B) 48.48º 0.87% 0.68% -
XYZ 27.35 28.89 4.89 -
YUV 138.76 62.11 152.42 -
System Red Green Blue C M Y K H S L
Decimal 173 144 22 0 0.17 0.87 0.32 48.48 0.77 0.38
Hex AD 90 16 0 11 57 20 30 4D 26
Octal 255 220 26 0 21 127 40 60 115 46
Binary 10101101 10010000 10110 0 10001 1010111 100000 110000 1001101 100110

Color Harmonies of #AD9016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9016

Black with #AD9016

Text Example


Text Example

White with #AD9016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9016; }

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

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

background-color css

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

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

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

border-color css

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

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

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