Html Css Color HEX #AD8D13 Dark Goldenrod

📋 copy color: '#AD8D13'

red 173 ◦ green 141 ◦ blue 19

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

Shades of Dark Goldenrod #AD8D13

Tints of Dark Goldenrod #AD8D13

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.34%

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

R = 51.95%
G = 42.34%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD8D13 (or 0xAD8D13) is known color: Dark Goldenrod. HEX triplet: AD, 8D and 13. RGB value is (173,141,19). Sum of RGB (Red+Green+Blue) = 173+141+19=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8D13 is #5272EC. Grayscale: #898989. Windows color (decimal): -5403373 or 1281453. OLE color: 1281453.

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

Color convert

RGB 173 141 19 -
CMYK 0 0.18 0.89 0.32
HSL 47.53º 0.8% 0.38% -
HSV(B) 47.53º 0.89% 0.68% -
XYZ 26.88 27.98 4.6 -
YUV 136.66 61.6 153.92 -
System Red Green Blue C M Y K H S L
Decimal 173 141 19 0 0.18 0.89 0.32 47.53 0.8 0.38
Hex AD 8D 13 0 12 59 20 30 50 26
Octal 255 215 23 0 22 131 40 60 120 46
Binary 10101101 10001101 10011 0 10010 1011001 100000 110000 1010000 100110

Color Harmonies of #AD8D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8D13

Black with #AD8D13

Text Example


Text Example

White with #AD8D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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