#ad8511

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

Shades of Dark Goldenrod #AD8511

Tints of Dark Goldenrod #AD8511

Color information

#AD8511 (or 0xAD8511) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 85 and 11. RGB value is (173,133,17). Sum of RGB (Red+Green+Blue) = 173+133+17=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8511 is #527AEE. Grayscale: #848484. Windows color (decimal): -5405423 or 1148333. OLE color: 1148333.

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

Color convert

RGB17313317-
CMYK00.230.900.32
HSL44.62º82.11%37.25%-
HSV(B)44.62º90.17%67.84%-
XYZ25.7225.74.14-
YUV131.7463.25157.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.56%
GREEN value IS 133 (52.34% from 255) = 41.18%
BLUE value IS 17 (7.03% from 255) = 5.26%
R=53.56%
G=41.18%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731331700.230.900.3244.6282.1137.25
HexAD85110175A202d5225
Octal25520521027132405512245
Binary10101101100001011000101011110110101000001011011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad8511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad8511; }

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

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

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

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

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

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

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

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