Html Css Color HEX #AD7917 Dark Goldenrod

📋 copy color: '#AD7917'

red 173 ◦ green 121 ◦ blue 23

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

Shades of Dark Goldenrod #AD7917

Tints of Dark Goldenrod #AD7917

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.17%

 BLUE value IS 23 (9.38% from 255) = 7.26%

R = 54.57%
G = 38.17%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD7917 (or 0xAD7917) is known color: Dark Goldenrod. HEX triplet: AD, 79 and 17. RGB value is (173,121,23). Sum of RGB (Red+Green+Blue) = 173+121+23=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7917 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7917 is #5286E8. Grayscale: #7D7D7D. Windows color (decimal): -5408489 or 1538477. OLE color: 1538477.

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

Color convert

RGB 173 121 23 -
CMYK 0 0.30 0.87 0.32
HSL 39.2º 0.77% 0.38% -
HSV(B) 39.2º 0.87% 0.68% -
XYZ 24.23 22.62 3.9 -
YUV 125.38 70.23 161.97 -
System Red Green Blue C M Y K H S L
Decimal 173 121 23 0 0.30 0.87 0.32 39.2 0.77 0.38
Hex AD 79 17 0 1E 57 20 27 4D 26
Octal 255 171 27 0 36 127 40 47 115 46
Binary 10101101 1111001 10111 0 11110 1010111 100000 100111 1001101 100110

Color Harmonies of #AD7917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7917

Black with #AD7917

Text Example


Text Example

White with #AD7917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7917; }

 p { color: rgb(173,121,23); }

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

background-color css

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

 a { background-color: rgb(173,121,23); }

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

border-color css

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

 span { border-color: rgb(173,121,23); }

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