#AD7E02

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

Shades of Dark Goldenrod #AD7E02

Tints of Dark Goldenrod #AD7E02

Color information

#AD7E02 (or 0xAD7E02) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 7E and 02. RGB value is (173,126,2). Sum of RGB (Red+Green+Blue) = 173+126+2=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7E02 is #5281FD. Grayscale: #7E7E7E. Windows color (decimal): -5407230 or 163501. OLE color: 163501.

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

Color convert

RGB1731262-
CMYK00.270.990.32
HSL43.51º97.71%34.31%-
HSV(B)43.51º98.84%67.84%-
XYZ24.7123.813.35-
YUV125.9258.07161.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.48%
GREEN value IS 126 (49.61% from 255) = 41.86%
BLUE value IS 2 (1.17% from 255) = 0.66%
R=57.48%
G=41.86%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173126200.270.990.3243.5197.7134.31
HexAD7E201B63202c6222
Octal2551762033143405414242
Binary1010110111111101001101111000111000001011001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7E02; }

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

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

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

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

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

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

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

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