Html Css Color HEX #AD7313 Dark Goldenrod

📋 copy color: '#AD7313'

red 173 ◦ green 115 ◦ blue 19

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

Shades of Dark Goldenrod #AD7313

Tints of Dark Goldenrod #AD7313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.46%

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

R = 56.35%
G = 37.46%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD7313 (or 0xAD7313) is known color: Dark Goldenrod. HEX triplet: AD, 73 and 13. RGB value is (173,115,19). Sum of RGB (Red+Green+Blue) = 173+115+19=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7313 is #528CEC. Grayscale: #797979. Windows color (decimal): -5410029 or 1274797. OLE color: 1274797.

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

Color convert

RGB 173 115 19 -
CMYK 0 0.34 0.89 0.32
HSL 37.4º 0.8% 0.38% -
HSV(B) 37.4º 0.89% 0.68% -
XYZ 23.48 21.19 3.47 -
YUV 121.4 70.22 164.81 -
System Red Green Blue C M Y K H S L
Decimal 173 115 19 0 0.34 0.89 0.32 37.4 0.8 0.38
Hex AD 73 13 0 22 59 20 25 50 26
Octal 255 163 23 0 42 131 40 45 120 46
Binary 10101101 1110011 10011 0 100010 1011001 100000 100101 1010000 100110

Color Harmonies of #AD7313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7313

Black with #AD7313

Text Example


Text Example

White with #AD7313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7313; }

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

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

background-color css

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

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

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

border-color css

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

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

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