#AD740C

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

Shades of Dark Goldenrod #AD740C

Tints of Dark Goldenrod #AD740C

Color information

#AD740C (or 0xAD740C) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 74 and 0C. RGB value is (173,116,12). Sum of RGB (Red+Green+Blue) = 173+116+12=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD740C is #528BF3. Grayscale: #797979. Windows color (decimal): -5409780 or 816301. OLE color: 816301.

HSL color Cylindrical-coordinate representation of color #AD740C: hue angle of 38.76º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD740C is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB17311612-
CMYK00.330.930.32
HSL38.76º87.03%36.27%-
HSV(B)38.76º93.06%67.84%-
XYZ23.5521.43.24-
YUV121.1966.38164.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.48%
GREEN value IS 116 (45.70% from 255) = 38.54%
BLUE value IS 12 (5.08% from 255) = 3.99%
R=57.48%
G=38.54%
B=3.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731161200.330.930.3238.7687.0336.27
HexAD74C0215D20275724
Octal25516414041135404712744
Binary1010110111101001100010000110111011000001001111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD740C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD740C; }

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

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

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

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

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

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

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

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