Html Css Color HEX #AD7101 Dark Goldenrod

📋 copy color: '#AD7101'

red 173 ◦ green 113 ◦ blue 1

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

Shades of Dark Goldenrod #AD7101

Tints of Dark Goldenrod #AD7101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.37%

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

R = 60.28%
G = 39.37%
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

#AD7101 (or 0xAD7101) is known color: Dark Goldenrod. HEX triplet: AD, 71 and 01. RGB value is (173,113,1). Sum of RGB (Red+Green+Blue) = 173+113+1=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7101 is #528EFE. Grayscale: #767676. Windows color (decimal): -5410559 or 94637. OLE color: 94637.

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

Color convert

RGB 173 113 1 -
CMYK 0 0.35 0.99 0.32
HSL 39.07º 0.99% 0.34% -
HSV(B) 39.07º 0.99% 0.68% -
XYZ 23.14 20.7 2.8 -
YUV 118.17 61.88 167.11 -
System Red Green Blue C M Y K H S L
Decimal 173 113 1 0 0.35 0.99 0.32 39.07 0.99 0.34
Hex AD 71 1 0 23 63 20 27 63 22
Octal 255 161 1 0 43 143 40 47 143 42
Binary 10101101 1110001 1 0 100011 1100011 100000 100111 1100011 100010

Color Harmonies of #AD7101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7101

Black with #AD7101

Text Example


Text Example

White with #AD7101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7101; }

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

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

background-color css

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

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

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

border-color css

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

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

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