#AD6F04

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

Shades of Dark Goldenrod #AD6F04

Tints of Dark Goldenrod #AD6F04

Color information

#AD6F04 (or 0xAD6F04) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 6F and 04. RGB value is (173,111,4). Sum of RGB (Red+Green+Blue) = 173+111+4=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6F04 is #5290FB. Grayscale: #757575. Windows color (decimal): -5411068 or 290733. OLE color: 290733.

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

Color convert

RGB1731114-
CMYK00.360.980.32
HSL37.99º95.48%34.71%-
HSV(B)37.99º97.69%67.84%-
XYZ22.9420.262.82-
YUV117.3464.04167.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.07%
GREEN value IS 111 (43.75% from 255) = 38.54%
BLUE value IS 4 (1.95% from 255) = 1.39%
R=60.07%
G=38.54%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173111400.360.980.3237.9995.4834.71
HexAD6F40246220265f23
Octal2551574044142404613743
Binary101011011101111100010010011000101000001001101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6F04; }

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

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

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

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

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

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

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

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