Html Css Color HEX #AD8716 Dark Goldenrod

📋 copy color: '#AD8716'

red 173 ◦ green 135 ◦ blue 22

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

Shades of Dark Goldenrod #AD8716

Tints of Dark Goldenrod #AD8716

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.91%

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

R = 52.42%
G = 40.91%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD8716 (or 0xAD8716) is known color: Dark Goldenrod. HEX triplet: AD, 87 and 16. RGB value is (173,135,22). Sum of RGB (Red+Green+Blue) = 173+135+22=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8716 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8716 is #5278E9. Grayscale: #858585. Windows color (decimal): -5404906 or 1476525. OLE color: 1476525.

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

Color convert

RGB 173 135 22 -
CMYK 0 0.22 0.87 0.32
HSL 44.9º 0.77% 0.38% -
HSV(B) 44.9º 0.87% 0.68% -
XYZ 26.04 26.27 4.46 -
YUV 133.48 65.09 156.19 -
System Red Green Blue C M Y K H S L
Decimal 173 135 22 0 0.22 0.87 0.32 44.9 0.77 0.38
Hex AD 87 16 0 16 57 20 2D 4D 26
Octal 255 207 26 0 26 127 40 55 115 46
Binary 10101101 10000111 10110 0 10110 1010111 100000 101101 1001101 100110

Color Harmonies of #AD8716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8716

Black with #AD8716

Text Example


Text Example

White with #AD8716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8716; }

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

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

background-color css

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

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

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

border-color css

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

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

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