#AD8000

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

Shades of Dark Goldenrod #AD8000

Tints of Dark Goldenrod #AD8000

Color information

#AD8000 (or 0xAD8000) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 80 and 00. RGB value is (173,128,0). Sum of RGB (Red+Green+Blue) = 173+128+0=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8000 is #527FFF. Grayscale: #7F7F7F. Windows color (decimal): -5406720 or 32941. OLE color: 32941.

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

Color convert

RGB1731280-
CMYK00.2610.32
HSL44.39º100%33.92%-
HSV(B)44.39º100%67.84%-
XYZ24.9524.323.38-
YUV126.8656.41160.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.48%
GREEN value IS 128 (50.39% from 255) = 42.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.48%
G=42.52%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173128000.2610.3244.3910033.92
HexAD80001A64202c6422
Octal2552000032144405414442
Binary1010110110000000001101011001001000001011001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8000; }

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

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

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

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

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

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

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

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