Html Css Color HEX #AD740C Dark Goldenrod

📋 copy color: '#AD740C'

red 173 ◦ green 116 ◦ blue 12

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

Shades of Dark Goldenrod #AD740C

Tints of Dark Goldenrod #AD740C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.54%

 BLUE value IS 12 (5.08% from 255) = 3.99%

R = 57.48%
G = 38.54%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD740C (or 0xAD740C) is known color: Dark Goldenrod. HEX triplet: AD, 74 and 0C. RGB value is (173,116,12). Sum of RGB (Red+Green+Blue) = 173+116+12=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD740C is #528BF3. Grayscale: #797979. Windows color (decimal): -5409780 or 816301. OLE color: 816301.

HSL color Cylindrical-coordinate representation of color #AD740C: hue angle of 38.76º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD740C is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 116 12 -
CMYK 0 0.33 0.93 0.32
HSL 38.76º 0.87% 0.36% -
HSV(B) 38.76º 0.93% 0.68% -
XYZ 23.55 21.4 3.24 -
YUV 121.19 66.38 164.96 -
System Red Green Blue C M Y K H S L
Decimal 173 116 12 0 0.33 0.93 0.32 38.76 0.87 0.36
Hex AD 74 C 0 21 5D 20 27 57 24
Octal 255 164 14 0 41 135 40 47 127 44
Binary 10101101 1110100 1100 0 100001 1011101 100000 100111 1010111 100100

Color Harmonies of #AD740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD740C

Black with #AD740C

Text Example


Text Example

White with #AD740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD740C; }

 p { color: rgb(173,116,12); }

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

background-color css

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

 a { background-color: rgb(173,116,12); }

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

border-color css

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

 span { border-color: rgb(173,116,12); }

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