Html Css Color HEX #AD7311 Dark Goldenrod

📋 copy color: '#AD7311'

red 173 ◦ green 115 ◦ blue 17

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

Shades of Dark Goldenrod #AD7311

Tints of Dark Goldenrod #AD7311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.57%

R = 56.72%
G = 37.7%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD7311 (or 0xAD7311) is known color: Dark Goldenrod. HEX triplet: AD, 73 and 11. RGB value is (173,115,17). Sum of RGB (Red+Green+Blue) = 173+115+17=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7311 is #528CEE. Grayscale: #797979. Windows color (decimal): -5410031 or 1143725. OLE color: 1143725.

HSL color Cylindrical-coordinate representation of color #AD7311: hue angle of 37.69º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD7311 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 115 17 -
CMYK 0 0.34 0.90 0.32
HSL 37.69º 0.82% 0.37% -
HSV(B) 37.69º 0.9% 0.68% -
XYZ 23.47 21.19 3.38 -
YUV 121.17 69.22 164.97 -
System Red Green Blue C M Y K H S L
Decimal 173 115 17 0 0.34 0.90 0.32 37.69 0.82 0.37
Hex AD 73 11 0 22 5A 20 26 52 25
Octal 255 163 21 0 42 132 40 46 122 45
Binary 10101101 1110011 10001 0 100010 1011010 100000 100110 1010010 100101

Color Harmonies of #AD7311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7311

Black with #AD7311

Text Example


Text Example

White with #AD7311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7311; }

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

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

background-color css

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

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

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

border-color css

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

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

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