#AD9103

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

Shades of Dark Goldenrod #AD9103

Tints of Dark Goldenrod #AD9103

Color information

#AD9103 (or 0xAD9103) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 91 and 03. RGB value is (173,145,3). Sum of RGB (Red+Green+Blue) = 173+145+3=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9103 is #526EFC. Grayscale: #898989. Windows color (decimal): -5402365 or 233901. OLE color: 233901.

HSL color Cylindrical-coordinate representation of color #AD9103: hue angle of 50.12º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD9103 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB1731453-
CMYK00.160.980.32
HSL50.12º96.59%34.51%-
HSV(B)50.12º98.27%67.84%-
XYZ27.3829.144.27-
YUV137.1852.28153.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.89%
GREEN value IS 145 (57.03% from 255) = 45.17%
BLUE value IS 3 (1.56% from 255) = 0.93%
R=53.89%
G=45.17%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173145300.160.980.3250.1296.5934.51
HexAD9130106220326123
Octal2552213020142406214143
Binary10101101100100011101000011000101000001100101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9103; }

 p { color: rgb(173,145,3); }

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

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

 a { background-color: rgb(173,145,3); }

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

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

 span { border-color: rgb(173,145,3); }

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