#AD9500

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

Shades of Dark Goldenrod #AD9500

Tints of Dark Goldenrod #AD9500

Color information

#AD9500 (or 0xAD9500) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 95 and 00. RGB value is (173,149,0). Sum of RGB (Red+Green+Blue) = 173+149+0=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9500 is #526AFF. Grayscale: #8B8B8B. Windows color (decimal): -5401344 or 38317. OLE color: 38317.

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

Color convert

RGB1731490-
CMYK00.1410.32
HSL51.68º100%33.92%-
HSV(B)51.68º100%67.84%-
XYZ27.9830.384.39-
YUV139.1949.45152.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.73%
GREEN value IS 149 (58.59% from 255) = 46.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.73%
G=46.27%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 1
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173149000.1410.3251.6810033.92
HexAD9500E6420346422
Octal2552250016144406414442
Binary101011011001010100111011001001000001101001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9500; }

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

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

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

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

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

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

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

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