Html Css Color HEX #AD890D Dark Goldenrod

📋 copy color: '#AD890D'

red 173 ◦ green 137 ◦ blue 13

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

Shades of Dark Goldenrod #AD890D

Tints of Dark Goldenrod #AD890D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.41%

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

R = 53.56%
G = 42.41%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD890D (or 0xAD890D) is known color: Dark Goldenrod. HEX triplet: AD, 89 and 0D. RGB value is (173,137,13). Sum of RGB (Red+Green+Blue) = 173+137+13=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD890D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD890D is #5276F2. Grayscale: #868686. Windows color (decimal): -5404403 or 887213. OLE color: 887213.

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

Color convert

RGB 173 137 13 -
CMYK 0 0.21 0.92 0.32
HSL 46.5º 0.86% 0.36% -
HSV(B) 46.5º 0.92% 0.68% -
XYZ 26.25 26.8 4.17 -
YUV 133.63 59.93 156.08 -
System Red Green Blue C M Y K H S L
Decimal 173 137 13 0 0.21 0.92 0.32 46.5 0.86 0.36
Hex AD 89 D 0 15 5C 20 2E 56 24
Octal 255 211 15 0 25 134 40 56 126 44
Binary 10101101 10001001 1101 0 10101 1011100 100000 101110 1010110 100100

Color Harmonies of #AD890D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD890D

Black with #AD890D

Text Example


Text Example

White with #AD890D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD890D; }

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

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

background-color css

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

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

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

border-color css

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

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

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