#AD9604

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

Shades of Dark Goldenrod #AD9604

Tints of Dark Goldenrod #AD9604

Color information

#AD9604 (or 0xAD9604) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 96 and 04. RGB value is (173,150,4). Sum of RGB (Red+Green+Blue) = 173+150+4=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9604 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9604 is #5269FB. Grayscale: #8C8C8C. Windows color (decimal): -5401084 or 300717. OLE color: 300717.

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

Color convert

RGB1731504-
CMYK00.130.980.32
HSL51.83º95.48%34.71%-
HSV(B)51.83º97.69%67.84%-
XYZ28.1630.714.56-
YUV140.2351.12151.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.91%
GREEN value IS 150 (58.98% from 255) = 45.87%
BLUE value IS 4 (1.95% from 255) = 1.22%
R=52.91%
G=45.87%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173150400.130.980.3251.8395.4834.71
HexAD9640D6220345f23
Octal2552264015142406413743
Binary10101101100101101000110111000101000001101001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9604; }

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

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

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

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

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

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

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

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