#AD7311

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

Shades of Dark Goldenrod #AD7311

Tints of Dark Goldenrod #AD7311

Color information

#AD7311 (or 0xAD7311) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 73 and 11. RGB value is (173,115,17). Sum of RGB (Red+Green+Blue) = 173+115+17=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7311 is #528CEE. Grayscale: #797979. Windows color (decimal): -5410031 or 1143725. OLE color: 1143725.

HSL color Cylindrical-coordinate representation of color #AD7311: hue angle of 37.69º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD7311 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB17311517-
CMYK00.340.900.32
HSL37.69º82.11%37.25%-
HSV(B)37.69º90.17%67.84%-
XYZ23.4721.193.38-
YUV121.1769.22164.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.72%
GREEN value IS 115 (45.31% from 255) = 37.70%
BLUE value IS 17 (7.03% from 255) = 5.57%
R=56.72%
G=37.70%
B=5.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731151700.340.900.3237.6982.1137.25
HexAD73110225A20265225
Octal25516321042132404612245
Binary10101101111001110001010001010110101000001001101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7311; }

 p { color: rgb(173,115,17); }

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

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

 a { background-color: rgb(173,115,17); }

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

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

 span { border-color: rgb(173,115,17); }

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