#AD7004

Color #AD7004 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #AD7004

Tints of Dark Goldenrod #AD7004

Color information

#AD7004 (or 0xAD7004) is unknown color: approx 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

RGB1731124-
CMYK00.350.980.32
HSL38.34º95.48%34.71%-
HSV(B)38.34º97.69%67.84%-
XYZ23.0520.482.85-
YUV117.9363.71167.28-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173112400.350.980.3238.3495.4834.71
HexAD7040236220265f23
Octal2551604043142404613743
Binary101011011110000100010001111000101000001001101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>