Html Css Color HEX #AD7004 Dark Goldenrod

📋 copy color: '#AD7004'

red 173 ◦ green 112 ◦ blue 4

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

Shades of Dark Goldenrod #AD7004

Tints of Dark Goldenrod #AD7004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.75%

 BLUE value IS 4 (1.95% from 255) = 1.38%

R = 59.86%
G = 38.75%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD7004 (or 0xAD7004) is known color: Dark Goldenrod. HEX triplet: AD, 70 and 04. RGB value is (173,112,4). Sum of RGB (Red+Green+Blue) = 173+112+4=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7004 is #528FFB. Grayscale: #767676. Windows color (decimal): -5410812 or 290989. OLE color: 290989.

HSL color Cylindrical-coordinate representation of color #AD7004: hue angle of 38.34º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD7004 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 112 4 -
CMYK 0 0.35 0.98 0.32
HSL 38.34º 0.95% 0.35% -
HSV(B) 38.34º 0.98% 0.68% -
XYZ 23.05 20.48 2.85 -
YUV 117.93 63.71 167.28 -
System Red Green Blue C M Y K H S L
Decimal 173 112 4 0 0.35 0.98 0.32 38.34 0.95 0.35
Hex AD 70 4 0 23 62 20 26 5F 23
Octal 255 160 4 0 43 142 40 46 137 43
Binary 10101101 1110000 100 0 100011 1100010 100000 100110 1011111 100011

Color Harmonies of #AD7004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7004

Black with #AD7004

Text Example


Text Example

White with #AD7004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7004; }

 p { color: rgb(173,112,4); }

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

background-color css

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

 a { background-color: rgb(173,112,4); }

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

border-color css

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

 span { border-color: rgb(173,112,4); }

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