#AD9204

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

Shades of Dark Goldenrod #AD9204

Tints of Dark Goldenrod #AD9204

Color information

#AD9204 (or 0xAD9204) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 92 and 04. RGB value is (173,146,4). Sum of RGB (Red+Green+Blue) = 173+146+4=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9204 is #526DFB. Grayscale: #8A8A8A. Windows color (decimal): -5402108 or 299693. OLE color: 299693.

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

Color convert

RGB1731464-
CMYK00.160.980.32
HSL50.41º95.48%34.71%-
HSV(B)50.41º97.69%67.84%-
XYZ27.5329.454.35-
YUV137.8852.45153.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.56%
GREEN value IS 146 (57.42% from 255) = 45.20%
BLUE value IS 4 (1.95% from 255) = 1.24%
R=53.56%
G=45.20%
B=1.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173146400.160.980.3250.4195.4834.71
HexAD9240106220325f23
Octal2552224020142406213743
Binary101011011001001010001000011000101000001100101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9204; }

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

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

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

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

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

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

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

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