#AD8404

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

Shades of Dark Goldenrod #AD8404

Tints of Dark Goldenrod #AD8404

Color information

#AD8404 (or 0xAD8404) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 84 and 04. RGB value is (173,132,4). Sum of RGB (Red+Green+Blue) = 173+132+4=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8404 is #527BFB. Grayscale: #828282. Windows color (decimal): -5405692 or 296109. OLE color: 296109.

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

Color convert

RGB1731324-
CMYK00.240.980.32
HSL45.44º95.48%34.71%-
HSV(B)45.44º97.69%67.84%-
XYZ25.5125.43.67-
YUV129.6757.08158.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.99%
GREEN value IS 132 (51.95% from 255) = 42.72%
BLUE value IS 4 (1.95% from 255) = 1.29%
R=55.99%
G=42.72%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173132400.240.980.3245.4495.4834.71
HexAD84401862202d5f23
Octal2552044030142405513743
Binary101011011000010010001100011000101000001011011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8404; }

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

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

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

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

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

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

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

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