#AD8504

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

Shades of Dark Goldenrod #AD8504

Tints of Dark Goldenrod #AD8504

Color information

#AD8504 (or 0xAD8504) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 85 and 04. RGB value is (173,133,4). Sum of RGB (Red+Green+Blue) = 173+133+4=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8504 is #527AFB. Grayscale: #828282. Windows color (decimal): -5405436 or 296365. OLE color: 296365.

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

Color convert

RGB1731334-
CMYK00.230.980.32
HSL45.8º95.48%34.71%-
HSV(B)45.8º97.69%67.84%-
XYZ25.6425.673.72-
YUV130.2556.75158.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.81%
GREEN value IS 133 (52.34% from 255) = 42.90%
BLUE value IS 4 (1.95% from 255) = 1.29%
R=55.81%
G=42.90%
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
Decimal173133400.230.980.3245.895.4834.71
HexAD85401762202e5f23
Octal2552054027142405613743
Binary101011011000010110001011111000101000001011101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8504; }

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

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

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

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

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

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

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

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