Html Css Color HEX #AD7913 Dark Goldenrod

📋 copy color: '#AD7913'

red 173 ◦ green 121 ◦ blue 19

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

Shades of Dark Goldenrod #AD7913

Tints of Dark Goldenrod #AD7913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.07%

R = 55.27%
G = 38.66%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD7913 (or 0xAD7913) is known color: Dark Goldenrod. HEX triplet: AD, 79 and 13. RGB value is (173,121,19). Sum of RGB (Red+Green+Blue) = 173+121+19=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7913 is #5286EC. Grayscale: #7D7D7D. Windows color (decimal): -5408493 or 1276333. OLE color: 1276333.

HSL color Cylindrical-coordinate representation of color #AD7913: hue angle of 39.74º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD7913 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 121 19 -
CMYK 0 0.30 0.89 0.32
HSL 39.74º 0.8% 0.38% -
HSV(B) 39.74º 0.89% 0.68% -
XYZ 24.19 22.61 3.7 -
YUV 124.92 68.23 162.29 -
System Red Green Blue C M Y K H S L
Decimal 173 121 19 0 0.30 0.89 0.32 39.74 0.8 0.38
Hex AD 79 13 0 1E 59 20 28 50 26
Octal 255 171 23 0 36 131 40 50 120 46
Binary 10101101 1111001 10011 0 11110 1011001 100000 101000 1010000 100110

Color Harmonies of #AD7913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7913

Black with #AD7913

Text Example


Text Example

White with #AD7913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7913; }

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

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

background-color css

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

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

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

border-color css

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

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

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