Html Css Color HEX #AD7911 Dark Goldenrod

📋 copy color: '#AD7911'

red 173 ◦ green 121 ◦ blue 17

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

Shades of Dark Goldenrod #AD7911

Tints of Dark Goldenrod #AD7911

RGB

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

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

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

R = 55.63%
G = 38.91%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD7911 (or 0xAD7911) is known color: Dark Goldenrod. HEX triplet: AD, 79 and 11. RGB value is (173,121,17). Sum of RGB (Red+Green+Blue) = 173+121+17=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7911 is #5286EE. Grayscale: #7D7D7D. Windows color (decimal): -5408495 or 1145261. OLE color: 1145261.

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

Color convert

RGB 173 121 17 -
CMYK 0 0.30 0.90 0.32
HSL 40º 0.82% 0.37% -
HSV(B) 40º 0.9% 0.68% -
XYZ 24.17 22.6 3.62 -
YUV 124.69 67.23 162.46 -
System Red Green Blue C M Y K H S L
Decimal 173 121 17 0 0.30 0.90 0.32 40 0.82 0.37
Hex AD 79 11 0 1E 5A 20 28 52 25
Octal 255 171 21 0 36 132 40 50 122 45
Binary 10101101 1111001 10001 0 11110 1011010 100000 101000 1010010 100101

Color Harmonies of #AD7911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7911

Black with #AD7911

Text Example


Text Example

White with #AD7911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7911; }

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

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

background-color css

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

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

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

border-color css

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

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

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