Html Css Color HEX #AD7613 Dark Goldenrod

📋 copy color: '#AD7613'

red 173 ◦ green 118 ◦ blue 19

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

Shades of Dark Goldenrod #AD7613

Tints of Dark Goldenrod #AD7613

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.06%

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

R = 55.81%
G = 38.06%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD7613 (or 0xAD7613) is known color: Dark Goldenrod. HEX triplet: AD, 76 and 13. RGB value is (173,118,19). Sum of RGB (Red+Green+Blue) = 173+118+19=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7613 is #5289EC. Grayscale: #7B7B7B. Windows color (decimal): -5409261 or 1275565. OLE color: 1275565.

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

Color convert

RGB 173 118 19 -
CMYK 0 0.32 0.89 0.32
HSL 38.57º 0.8% 0.38% -
HSV(B) 38.57º 0.89% 0.68% -
XYZ 23.83 21.89 3.58 -
YUV 123.16 69.22 163.55 -
System Red Green Blue C M Y K H S L
Decimal 173 118 19 0 0.32 0.89 0.32 38.57 0.8 0.38
Hex AD 76 13 0 20 59 20 27 50 26
Octal 255 166 23 0 40 131 40 47 120 46
Binary 10101101 1110110 10011 0 100000 1011001 100000 100111 1010000 100110

Color Harmonies of #AD7613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7613

Black with #AD7613

Text Example


Text Example

White with #AD7613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7613; }

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

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

background-color css

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

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

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

border-color css

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

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

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