Html Css Color HEX #AD8710 Dark Goldenrod

📋 copy color: '#AD8710'

red 173 ◦ green 135 ◦ blue 16

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

Shades of Dark Goldenrod #AD8710

Tints of Dark Goldenrod #AD8710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.94%

R = 53.4%
G = 41.67%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD8710 (or 0xAD8710) is known color: Dark Goldenrod. HEX triplet: AD, 87 and 10. RGB value is (173,135,16). Sum of RGB (Red+Green+Blue) = 173+135+16=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8710 is #5278EF. Grayscale: #858585. Windows color (decimal): -5404912 or 1083309. OLE color: 1083309.

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

Color convert

RGB 173 135 16 -
CMYK 0 0.22 0.91 0.32
HSL 45.48º 0.83% 0.37% -
HSV(B) 45.48º 0.91% 0.68% -
XYZ 25.99 26.25 4.19 -
YUV 132.8 62.09 156.68 -
System Red Green Blue C M Y K H S L
Decimal 173 135 16 0 0.22 0.91 0.32 45.48 0.83 0.37
Hex AD 87 10 0 16 5B 20 2D 53 25
Octal 255 207 20 0 26 133 40 55 123 45
Binary 10101101 10000111 10000 0 10110 1011011 100000 101101 1010011 100101

Color Harmonies of #AD8710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8710

Black with #AD8710

Text Example


Text Example

White with #AD8710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8710; }

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

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

background-color css

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

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

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

border-color css

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

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

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