#AD7007

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

Shades of Dark Goldenrod #AD7007

Tints of Dark Goldenrod #AD7007

Color information

#AD7007 (or 0xAD7007) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 70 and 07. RGB value is (173,112,7). Sum of RGB (Red+Green+Blue) = 173+112+7=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 7 (3.12% from 255 or 2.40% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7007 is #528FF8. Grayscale: #767676. Windows color (decimal): -5410809 or 487597. OLE color: 487597.

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

Color convert

RGB1731127-
CMYK00.350.960.32
HSL37.95º92.22%35.29%-
HSV(B)37.95º95.95%67.84%-
XYZ23.0720.492.94-
YUV118.2765.21167.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.25%
GREEN value IS 112 (44.14% from 255) = 38.36%
BLUE value IS 7 (3.12% from 255) = 2.40%
R=59.25%
G=38.36%
B=2.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173112700.350.960.3237.9592.2235.29
HexAD7070236020265c23
Octal2551607043140404613443
Binary101011011110000111010001111000001000001001101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7007; }

 p { color: rgb(173,112,7); }

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

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

 a { background-color: rgb(173,112,7); }

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

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

 span { border-color: rgb(173,112,7); }

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