Html Css Color HEX #AD7001 Dark Goldenrod

📋 copy color: '#AD7001'

red 173 ◦ green 112 ◦ blue 1

#AD7001
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #AD7001

Tints of Dark Goldenrod #AD7001

RGB

 RED value IS 173 (67.97% from 255) = 60.49%

 GREEN value IS 112 (44.14% from 255) = 39.16%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 60.49%
G = 39.16%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD7001 (or 0xAD7001) is known color: Dark Goldenrod. HEX triplet: AD, 70 and 01. RGB value is (173,112,1). Sum of RGB (Red+Green+Blue) = 173+112+1=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7001 is #528FFE. Grayscale: #767676. Windows color (decimal): -5410815 or 94381. OLE color: 94381.

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

Color convert

RGB 173 112 1 -
CMYK 0 0.35 0.99 0.32
HSL 38.72º 0.99% 0.34% -
HSV(B) 38.72º 0.99% 0.68% -
XYZ 23.03 20.47 2.77 -
YUV 117.59 62.21 167.53 -
System Red Green Blue C M Y K H S L
Decimal 173 112 1 0 0.35 0.99 0.32 38.72 0.99 0.34
Hex AD 70 1 0 23 63 20 27 63 22
Octal 255 160 1 0 43 143 40 47 143 42
Binary 10101101 1110000 1 0 100011 1100011 100000 100111 1100011 100010

Color Harmonies of #AD7001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7001

Black with #AD7001

Text Example


Text Example

White with #AD7001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7001; }

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

 H1.HeaderClassName
 {
   color: #AD7001;
 }
 .AnyTagClassName
 {
   color: #AD7001;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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