Html Css Color HEX #AD8713 Dark Goldenrod

📋 copy color: '#AD8713'

red 173 ◦ green 135 ◦ blue 19

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

Shades of Dark Goldenrod #AD8713

Tints of Dark Goldenrod #AD8713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.81%

R = 52.91%
G = 41.28%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD8713 (or 0xAD8713) is known color: Dark Goldenrod. HEX triplet: AD, 87 and 13. RGB value is (173,135,19). Sum of RGB (Red+Green+Blue) = 173+135+19=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8713 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8713 is #5278EC. Grayscale: #858585. Windows color (decimal): -5404909 or 1279917. OLE color: 1279917.

HSL color Cylindrical-coordinate representation of color #AD8713: hue angle of 45.19º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD8713 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 135 19 -
CMYK 0 0.22 0.89 0.32
HSL 45.19º 0.8% 0.38% -
HSV(B) 45.19º 0.89% 0.68% -
XYZ 26.02 26.26 4.31 -
YUV 133.14 63.59 156.43 -
System Red Green Blue C M Y K H S L
Decimal 173 135 19 0 0.22 0.89 0.32 45.19 0.8 0.38
Hex AD 87 13 0 16 59 20 2D 50 26
Octal 255 207 23 0 26 131 40 55 120 46
Binary 10101101 10000111 10011 0 10110 1011001 100000 101101 1010000 100110

Color Harmonies of #AD8713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8713

Black with #AD8713

Text Example


Text Example

White with #AD8713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8713; }

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

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

background-color css

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

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

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

border-color css

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

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

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