#AD7403

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

Shades of Dark Goldenrod #AD7403

Tints of Dark Goldenrod #AD7403

Color information

#AD7403 (or 0xAD7403) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 74 and 03. RGB value is (173,116,3). Sum of RGB (Red+Green+Blue) = 173+116+3=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7403 is #528BFC. Grayscale: #787878. Windows color (decimal): -5409789 or 226477. OLE color: 226477.

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

Color convert

RGB1731163-
CMYK00.330.980.32
HSL39.88º96.59%34.51%-
HSV(B)39.88º98.27%67.84%-
XYZ23.521.382.97-
YUV120.1661.88165.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.25%
GREEN value IS 116 (45.70% from 255) = 39.73%
BLUE value IS 3 (1.56% from 255) = 1.03%
R=59.25%
G=39.73%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173116300.330.980.3239.8896.5934.51
HexAD7430216220286123
Octal2551643041142405014143
Binary10101101111010011010000111000101000001010001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7403; }

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

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

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

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

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

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

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

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