Html Css Color HEX #AD8413 Dark Goldenrod

📋 copy color: '#AD8413'

red 173 ◦ green 132 ◦ blue 19

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

Shades of Dark Goldenrod #AD8413

Tints of Dark Goldenrod #AD8413

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.74%

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

R = 53.4%
G = 40.74%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD8413 (or 0xAD8413) is known color: Dark Goldenrod. HEX triplet: AD, 84 and 13. RGB value is (173,132,19). Sum of RGB (Red+Green+Blue) = 173+132+19=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8413 is #527BEC. Grayscale: #838383. Windows color (decimal): -5405677 or 1279149. OLE color: 1279149.

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

Color convert

RGB 173 132 19 -
CMYK 0 0.24 0.89 0.32
HSL 44.03º 0.8% 0.38% -
HSV(B) 44.03º 0.89% 0.68% -
XYZ 25.6 25.43 4.18 -
YUV 131.38 64.58 157.69 -
System Red Green Blue C M Y K H S L
Decimal 173 132 19 0 0.24 0.89 0.32 44.03 0.8 0.38
Hex AD 84 13 0 18 59 20 2C 50 26
Octal 255 204 23 0 30 131 40 54 120 46
Binary 10101101 10000100 10011 0 11000 1011001 100000 101100 1010000 100110

Color Harmonies of #AD8413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8413

Black with #AD8413

Text Example


Text Example

White with #AD8413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8413; }

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

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

background-color css

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

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

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

border-color css

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

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

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