#ad8111

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

Shades of Dark Goldenrod #AD8111

Tints of Dark Goldenrod #AD8111

Color information

#AD8111 (or 0xAD8111) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 81 and 11. RGB value is (173,129,17). Sum of RGB (Red+Green+Blue) = 173+129+17=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8111 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8111 is #527EEE. Grayscale: #818181. Windows color (decimal): -5406447 or 1147309. OLE color: 1147309.

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

Color convert

RGB17312917-
CMYK00.250.900.32
HSL43.08º82.11%37.25%-
HSV(B)43.08º90.17%67.84%-
XYZ25.1924.633.96-
YUV129.3964.58159.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.23%
GREEN value IS 129 (50.78% from 255) = 40.44%
BLUE value IS 17 (7.03% from 255) = 5.33%
R=54.23%
G=40.44%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731291700.250.900.3243.0882.1137.25
HexAD81110195A202b5225
Octal25520121031132405312245
Binary10101101100000011000101100110110101000001010111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad8111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad8111; }

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

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

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

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

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

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

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

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