#AD7404

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

Shades of Dark Goldenrod #AD7404

Tints of Dark Goldenrod #AD7404

Color information

#AD7404 (or 0xAD7404) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 74 and 04. RGB value is (173,116,4). Sum of RGB (Red+Green+Blue) = 173+116+4=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 4 (1.95% from 255 or 1.37% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7404 is #528BFB. Grayscale: #787878. Windows color (decimal): -5409788 or 292013. OLE color: 292013.

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

Color convert

RGB1731164-
CMYK00.330.980.32
HSL39.76º95.48%34.71%-
HSV(B)39.76º97.69%67.84%-
XYZ23.521.383-
YUV120.2862.38165.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.04%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 4 (1.95% from 255) = 1.37%
R=59.04%
G=39.59%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173116400.330.980.3239.7695.4834.71
HexAD7440216220285f23
Octal2551644041142405013743
Binary101011011110100100010000111000101000001010001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7404; }

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

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

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

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

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

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

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

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