Html Css Color HEX #AD7100 Dark Goldenrod

📋 copy color: '#AD7100'

red 173 ◦ green 113 ◦ blue 0

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

Shades of Dark Goldenrod #AD7100

Tints of Dark Goldenrod #AD7100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.49%
G = 39.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AD7100 (or 0xAD7100) is known color: Dark Goldenrod. HEX triplet: AD, 71 and 00. RGB value is (173,113,0). Sum of RGB (Red+Green+Blue) = 173+113+0=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7100 is #528EFF. Grayscale: #767676. Windows color (decimal): -5410560 or 29101. OLE color: 29101.

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

Color convert

RGB 173 113 0 -
CMYK 0 0.35 1 0.32
HSL 39.19º 1% 0.34% -
HSV(B) 39.19º 1% 0.68% -
XYZ 23.14 20.69 2.77 -
YUV 118.06 61.38 167.19 -
System Red Green Blue C M Y K H S L
Decimal 173 113 0 0 0.35 1 0.32 39.19 1 0.34
Hex AD 71 0 0 23 64 20 27 64 22
Octal 255 161 0 0 43 144 40 47 144 42
Binary 10101101 1110001 0 0 100011 1100100 100000 100111 1100100 100010

Color Harmonies of #AD7100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7100

Black with #AD7100

Text Example


Text Example

White with #AD7100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7100; }

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

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

background-color css

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

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

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

border-color css

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

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

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