#AD6F05

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

Shades of Dark Goldenrod #AD6F05

Tints of Dark Goldenrod #AD6F05

Color information

#AD6F05 (or 0xAD6F05) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 6F and 05. RGB value is (173,111,5). Sum of RGB (Red+Green+Blue) = 173+111+5=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6F05 is #5290FA. Grayscale: #757575. Windows color (decimal): -5411067 or 356269. OLE color: 356269.

HSL color Cylindrical-coordinate representation of color #AD6F05: hue angle of 37.86º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD6F05 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB1731115-
CMYK00.360.970.32
HSL37.86º94.38%34.9%-
HSV(B)37.86º97.11%67.84%-
XYZ22.9520.262.85-
YUV117.4564.54167.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.86%
GREEN value IS 111 (43.75% from 255) = 38.41%
BLUE value IS 5 (2.34% from 255) = 1.73%
R=59.86%
G=38.41%
B=1.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173111500.360.970.3237.8694.3834.9
HexAD6F50246120265e23
Octal2551575044141404613643
Binary101011011101111101010010011000011000001001101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6F05; }

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

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

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

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

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

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

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

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