#AD7A16

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

Shades of Dark Goldenrod #AD7A16

Tints of Dark Goldenrod #AD7A16

Color information

#AD7A16 (or 0xAD7A16) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 7A and 16. RGB value is (173,122,22). Sum of RGB (Red+Green+Blue) = 173+122+22=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7A16 is #5285E9. Grayscale: #7E7E7E. Windows color (decimal): -5408234 or 1473197. OLE color: 1473197.

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

Color convert

RGB17312222-
CMYK00.290.870.32
HSL39.74º77.44%38.24%-
HSV(B)39.74º87.28%67.84%-
XYZ24.3422.863.89-
YUV125.8569.4161.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.57%
GREEN value IS 122 (48.05% from 255) = 38.49%
BLUE value IS 22 (8.98% from 255) = 6.94%
R=54.57%
G=38.49%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731222200.290.870.3239.7477.4438.24
HexAD7A1601D5720284d26
Octal25517226035127405011546
Binary1010110111110101011001110110101111000001010001001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7A16; }

 p { color: rgb(173,122,22); }

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

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

 a { background-color: rgb(173,122,22); }

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

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

 span { border-color: rgb(173,122,22); }

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