#AD7204

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

Shades of Dark Goldenrod #AD7204

Tints of Dark Goldenrod #AD7204

Color information

#AD7204 (or 0xAD7204) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 72 and 04. RGB value is (173,114,4). Sum of RGB (Red+Green+Blue) = 173+114+4=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7204 is #528DFB. Grayscale: #777777. Windows color (decimal): -5410300 or 291501. OLE color: 291501.

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

Color convert

RGB1731144-
CMYK00.340.980.32
HSL39.05º95.48%34.71%-
HSV(B)39.05º97.69%67.84%-
XYZ23.2720.932.93-
YUV119.163.05166.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.45%
GREEN value IS 114 (44.92% from 255) = 39.18%
BLUE value IS 4 (1.95% from 255) = 1.37%
R=59.45%
G=39.18%
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
Decimal173114400.340.980.3239.0595.4834.71
HexAD7240226220275f23
Octal2551624042142404713743
Binary101011011110010100010001011000101000001001111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7204; }

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

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

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

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

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

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

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

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