#AD8604

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

Shades of Dark Goldenrod #AD8604

Tints of Dark Goldenrod #AD8604

Color information

#AD8604 (or 0xAD8604) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 86 and 04. RGB value is (173,134,4). Sum of RGB (Red+Green+Blue) = 173+134+4=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8604 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8604 is #5279FB. Grayscale: #838383. Windows color (decimal): -5405180 or 296621. OLE color: 296621.

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

Color convert

RGB1731344-
CMYK00.230.980.32
HSL46.15º95.48%34.71%-
HSV(B)46.15º97.69%67.84%-
XYZ25.7825.943.76-
YUV130.8456.42158.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.63%
GREEN value IS 134 (52.73% from 255) = 43.09%
BLUE value IS 4 (1.95% from 255) = 1.29%
R=55.63%
G=43.09%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173134400.230.980.3246.1595.4834.71
HexAD86401762202e5f23
Octal2552064027142405613743
Binary101011011000011010001011111000101000001011101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8604; }

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

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

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

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

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

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

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

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