Html Css Color HEX #AD870D Dark Goldenrod

📋 copy color: '#AD870D'

red 173 ◦ green 135 ◦ blue 13

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

Shades of Dark Goldenrod #AD870D

Tints of Dark Goldenrod #AD870D

RGB

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

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

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

R = 53.89%
G = 42.06%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD870D (or 0xAD870D) is known color: Dark Goldenrod. HEX triplet: AD, 87 and 0D. RGB value is (173,135,13). Sum of RGB (Red+Green+Blue) = 173+135+13=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD870D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD870D is #5278F2. Grayscale: #848484. Windows color (decimal): -5404915 or 886701. OLE color: 886701.

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

Color convert

RGB 173 135 13 -
CMYK 0 0.22 0.92 0.32
HSL 45.75º 0.86% 0.36% -
HSV(B) 45.75º 0.92% 0.68% -
XYZ 25.97 26.24 4.08 -
YUV 132.45 60.59 156.92 -
System Red Green Blue C M Y K H S L
Decimal 173 135 13 0 0.22 0.92 0.32 45.75 0.86 0.36
Hex AD 87 D 0 16 5C 20 2E 56 24
Octal 255 207 15 0 26 134 40 56 126 44
Binary 10101101 10000111 1101 0 10110 1011100 100000 101110 1010110 100100

Color Harmonies of #AD870D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD870D

Black with #AD870D

Text Example


Text Example

White with #AD870D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD870D; }

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

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

background-color css

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

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

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

border-color css

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

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

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