Html Css Color HEX #AD860D Dark Goldenrod

📋 copy color: '#AD860D'

red 173 ◦ green 134 ◦ blue 13

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

Shades of Dark Goldenrod #AD860D

Tints of Dark Goldenrod #AD860D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.06%

R = 54.06%
G = 41.88%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD860D (or 0xAD860D) is known color: Dark Goldenrod. HEX triplet: AD, 86 and 0D. RGB value is (173,134,13). Sum of RGB (Red+Green+Blue) = 173+134+13=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD860D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD860D is #5279F2. Grayscale: #848484. Windows color (decimal): -5405171 or 886445. OLE color: 886445.

HSL color Cylindrical-coordinate representation of color #AD860D: hue angle of 45.38º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD860D is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 134 13 -
CMYK 0 0.23 0.92 0.32
HSL 45.38º 0.86% 0.36% -
HSV(B) 45.38º 0.92% 0.68% -
XYZ 25.83 25.96 4.03 -
YUV 131.87 60.92 157.34 -
System Red Green Blue C M Y K H S L
Decimal 173 134 13 0 0.23 0.92 0.32 45.38 0.86 0.36
Hex AD 86 D 0 17 5C 20 2D 56 24
Octal 255 206 15 0 27 134 40 55 126 44
Binary 10101101 10000110 1101 0 10111 1011100 100000 101101 1010110 100100

Color Harmonies of #AD860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD860D

Black with #AD860D

Text Example


Text Example

White with #AD860D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD860D; }

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

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

background-color css

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

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

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

border-color css

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

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

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