#AD7D02

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

Shades of Dark Goldenrod #AD7D02

Tints of Dark Goldenrod #AD7D02

Color information

#AD7D02 (or 0xAD7D02) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 7D and 02. RGB value is (173,125,2). Sum of RGB (Red+Green+Blue) = 173+125+2=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7D02 is #5282FD. Grayscale: #7D7D7D. Windows color (decimal): -5407486 or 163245. OLE color: 163245.

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

Color convert

RGB1731252-
CMYK00.280.990.32
HSL43.16º97.71%34.31%-
HSV(B)43.16º98.84%67.84%-
XYZ24.5823.563.31-
YUV125.3358.4162-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.67%
GREEN value IS 125 (49.22% from 255) = 41.67%
BLUE value IS 2 (1.17% from 255) = 0.67%
R=57.67%
G=41.67%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173125200.280.990.3243.1697.7134.31
HexAD7D201C63202b6222
Octal2551752034143405314242
Binary1010110111111011001110011000111000001010111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7D02; }

 p { color: rgb(173,125,2); }

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

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

 a { background-color: rgb(173,125,2); }

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

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

 span { border-color: rgb(173,125,2); }

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