Html Css Color HEX #AD9616 Lucky

📋 copy color: '#AD9616'

red 173 ◦ green 150 ◦ blue 22

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

Shades of Lucky #AD9616

Tints of Lucky #AD9616

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.48%

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

R = 50.14%
G = 43.48%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD9616 (or 0xAD9616) is known color: Lucky. HEX triplet: AD, 96 and 16. RGB value is (173,150,22). Sum of RGB (Red+Green+Blue) = 173+150+22=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9616 is #5269E9. Grayscale: #8E8E8E. Windows color (decimal): -5401066 or 1480365. OLE color: 1480365.

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

Color convert

RGB 173 150 22 -
CMYK 0 0.13 0.87 0.32
HSL 50.86º 0.77% 0.38% -
HSV(B) 50.86º 0.87% 0.68% -
XYZ 28.28 30.75 5.2 -
YUV 142.29 60.12 149.91 -
System Red Green Blue C M Y K H S L
Decimal 173 150 22 0 0.13 0.87 0.32 50.86 0.77 0.38
Hex AD 96 16 0 D 57 20 33 4D 26
Octal 255 226 26 0 15 127 40 63 115 46
Binary 10101101 10010110 10110 0 1101 1010111 100000 110011 1001101 100110

Color Harmonies of #AD9616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9616

Black with #AD9616

Text Example


Text Example

White with #AD9616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9616; }

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

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

background-color css

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

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

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

border-color css

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

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

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