#AD8100

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

Shades of Dark Goldenrod #AD8100

Tints of Dark Goldenrod #AD8100

Color information

#AD8100 (or 0xAD8100) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 81 and 00. RGB value is (173,129,0). Sum of RGB (Red+Green+Blue) = 173+129+0=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8100 is #527EFF. Grayscale: #808080. Windows color (decimal): -5406464 or 33197. OLE color: 33197.

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

Color convert

RGB1731290-
CMYK00.2510.32
HSL44.74º100%33.92%-
HSV(B)44.74º100%67.84%-
XYZ25.0824.583.42-
YUV127.4556.08160.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.28%
GREEN value IS 129 (50.78% from 255) = 42.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.28%
G=42.72%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173129000.2510.3244.7410033.92
HexAD81001964202d6422
Octal2552010031144405514442
Binary1010110110000001001100111001001000001011011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8100; }

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

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

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

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

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

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

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

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