Html Css Color HEX #AD8516 Dark Goldenrod

📋 copy color: '#AD8516'

red 173 ◦ green 133 ◦ blue 22

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

Shades of Dark Goldenrod #AD8516

Tints of Dark Goldenrod #AD8516

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.55%

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

R = 52.74%
G = 40.55%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD8516 (or 0xAD8516) is known color: Dark Goldenrod. HEX triplet: AD, 85 and 16. RGB value is (173,133,22). Sum of RGB (Red+Green+Blue) = 173+133+22=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8516 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8516 is #527AE9. Grayscale: #848484. Windows color (decimal): -5405418 or 1476013. OLE color: 1476013.

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

Color convert

RGB 173 133 22 -
CMYK 0 0.23 0.87 0.32
HSL 44.11º 0.77% 0.38% -
HSV(B) 44.11º 0.87% 0.68% -
XYZ 25.77 25.72 4.36 -
YUV 132.31 65.75 157.03 -
System Red Green Blue C M Y K H S L
Decimal 173 133 22 0 0.23 0.87 0.32 44.11 0.77 0.38
Hex AD 85 16 0 17 57 20 2C 4D 26
Octal 255 205 26 0 27 127 40 54 115 46
Binary 10101101 10000101 10110 0 10111 1010111 100000 101100 1001101 100110

Color Harmonies of #AD8516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8516

Black with #AD8516

Text Example


Text Example

White with #AD8516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8516; }

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

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

background-color css

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

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

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

border-color css

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

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

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