#AD7304

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

Shades of Dark Goldenrod #AD7304

Tints of Dark Goldenrod #AD7304

Color information

#AD7304 (or 0xAD7304) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 73 and 04. RGB value is (173,115,4). Sum of RGB (Red+Green+Blue) = 173+115+4=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7304 is #528CFB. Grayscale: #787878. Windows color (decimal): -5410044 or 291757. OLE color: 291757.

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

Color convert

RGB1731154-
CMYK00.340.980.32
HSL39.41º95.48%34.71%-
HSV(B)39.41º97.69%67.84%-
XYZ23.3921.152.97-
YUV119.6962.72166.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.25%
GREEN value IS 115 (45.31% from 255) = 39.38%
BLUE value IS 4 (1.95% from 255) = 1.37%
R=59.25%
G=39.38%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173115400.340.980.3239.4195.4834.71
HexAD7340226220275f23
Octal2551634042142404713743
Binary101011011110011100010001011000101000001001111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7304; }

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

 H1.HeaderClassName
 {
   color: #AD7304;
 }
 .AnyTagClassName
 {
   color: #AD7304;
 }
</style>
background-color css

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

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

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

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

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

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