Html Css Color HEX #AD8611 Dark Goldenrod

📋 copy color: '#AD8611'

red 173 ◦ green 134 ◦ blue 17

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

Shades of Dark Goldenrod #AD8611

Tints of Dark Goldenrod #AD8611

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.36%

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

R = 53.4%
G = 41.36%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD8611 (or 0xAD8611) is known color: Dark Goldenrod. HEX triplet: AD, 86 and 11. RGB value is (173,134,17). Sum of RGB (Red+Green+Blue) = 173+134+17=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8611 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8611 is #5279EE. Grayscale: #848484. Windows color (decimal): -5405167 or 1148589. OLE color: 1148589.

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

Color convert

RGB 173 134 17 -
CMYK 0 0.23 0.90 0.32
HSL 45º 0.82% 0.37% -
HSV(B) 45º 0.9% 0.68% -
XYZ 25.86 25.97 4.18 -
YUV 132.32 62.92 157.01 -
System Red Green Blue C M Y K H S L
Decimal 173 134 17 0 0.23 0.90 0.32 45 0.82 0.37
Hex AD 86 11 0 17 5A 20 2D 52 25
Octal 255 206 21 0 27 132 40 55 122 45
Binary 10101101 10000110 10001 0 10111 1011010 100000 101101 1010010 100101

Color Harmonies of #AD8611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8611

Black with #AD8611

Text Example


Text Example

White with #AD8611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8611; }

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

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

background-color css

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

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

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

border-color css

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

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

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