Html Css Color HEX #AD8711 Dark Goldenrod

📋 copy color: '#AD8711'

red 173 ◦ green 135 ◦ blue 17

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

Shades of Dark Goldenrod #AD8711

Tints of Dark Goldenrod #AD8711

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.54%

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

R = 53.23%
G = 41.54%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD8711 (or 0xAD8711) is known color: Dark Goldenrod. HEX triplet: AD, 87 and 11. RGB value is (173,135,17). Sum of RGB (Red+Green+Blue) = 173+135+17=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8711 is #5278EE. Grayscale: #858585. Windows color (decimal): -5404911 or 1148845. OLE color: 1148845.

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

Color convert

RGB 173 135 17 -
CMYK 0 0.22 0.90 0.32
HSL 45.38º 0.82% 0.37% -
HSV(B) 45.38º 0.9% 0.68% -
XYZ 26 26.25 4.23 -
YUV 132.91 62.59 156.59 -
System Red Green Blue C M Y K H S L
Decimal 173 135 17 0 0.22 0.90 0.32 45.38 0.82 0.37
Hex AD 87 11 0 16 5A 20 2D 52 25
Octal 255 207 21 0 26 132 40 55 122 45
Binary 10101101 10000111 10001 0 10110 1011010 100000 101101 1010010 100101

Color Harmonies of #AD8711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8711

Black with #AD8711

Text Example


Text Example

White with #AD8711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8711; }

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

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

background-color css

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

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

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

border-color css

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

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

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