#AD8004

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

Shades of Dark Goldenrod #AD8004

Tints of Dark Goldenrod #AD8004

Color information

#AD8004 (or 0xAD8004) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 80 and 04. RGB value is (173,128,4). Sum of RGB (Red+Green+Blue) = 173+128+4=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8004 is #527FFB. Grayscale: #7F7F7F. Windows color (decimal): -5406716 or 295085. OLE color: 295085.

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

Color convert

RGB1731284-
CMYK00.260.980.32
HSL44.02º95.48%34.71%-
HSV(B)44.02º97.69%67.84%-
XYZ24.9724.333.49-
YUV127.3258.41160.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.72%
GREEN value IS 128 (50.39% from 255) = 41.97%
BLUE value IS 4 (1.95% from 255) = 1.31%
R=56.72%
G=41.97%
B=1.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173128400.260.980.3244.0295.4834.71
HexAD80401A62202c5f23
Octal2552004032142405413743
Binary101011011000000010001101011000101000001011001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8004; }

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

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

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

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

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

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

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

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