Html Css Color HEX #AD7411 Dark Goldenrod

📋 copy color: '#AD7411'

red 173 ◦ green 116 ◦ blue 17

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

Shades of Dark Goldenrod #AD7411

Tints of Dark Goldenrod #AD7411

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.91%

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

R = 56.54%
G = 37.91%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD7411 (or 0xAD7411) is known color: Dark Goldenrod. HEX triplet: AD, 74 and 11. RGB value is (173,116,17). Sum of RGB (Red+Green+Blue) = 173+116+17=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7411 is #528BEE. Grayscale: #7A7A7A. Windows color (decimal): -5409775 or 1143981. OLE color: 1143981.

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

Color convert

RGB 173 116 17 -
CMYK 0 0.33 0.90 0.32
HSL 38.08º 0.82% 0.37% -
HSV(B) 38.08º 0.9% 0.68% -
XYZ 23.58 21.42 3.42 -
YUV 121.76 68.88 164.55 -
System Red Green Blue C M Y K H S L
Decimal 173 116 17 0 0.33 0.90 0.32 38.08 0.82 0.37
Hex AD 74 11 0 21 5A 20 26 52 25
Octal 255 164 21 0 41 132 40 46 122 45
Binary 10101101 1110100 10001 0 100001 1011010 100000 100110 1010010 100101

Color Harmonies of #AD7411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7411

Black with #AD7411

Text Example


Text Example

White with #AD7411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7411; }

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

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

background-color css

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

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

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

border-color css

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

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

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