Html Css Color HEX #AD8701 Dark Goldenrod

📋 copy color: '#AD8701'

red 173 ◦ green 135 ◦ blue 1

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

Shades of Dark Goldenrod #AD8701

Tints of Dark Goldenrod #AD8701

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.69%

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

R = 55.99%
G = 43.69%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD8701 (or 0xAD8701) is known color: Dark Goldenrod. HEX triplet: AD, 87 and 01. RGB value is (173,135,1). Sum of RGB (Red+Green+Blue) = 173+135+1=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8701 is #5278FE. Grayscale: #838383. Windows color (decimal): -5404927 or 100269. OLE color: 100269.

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

Color convert

RGB 173 135 1 -
CMYK 0 0.22 0.99 0.32
HSL 46.74º 0.99% 0.34% -
HSV(B) 46.74º 0.99% 0.68% -
XYZ 25.9 26.21 3.72 -
YUV 131.09 54.59 157.9 -
System Red Green Blue C M Y K H S L
Decimal 173 135 1 0 0.22 0.99 0.32 46.74 0.99 0.34
Hex AD 87 1 0 16 63 20 2F 63 22
Octal 255 207 1 0 26 143 40 57 143 42
Binary 10101101 10000111 1 0 10110 1100011 100000 101111 1100011 100010

Color Harmonies of #AD8701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8701

Black with #AD8701

Text Example


Text Example

White with #AD8701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8701; }

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

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

background-color css

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

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

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

border-color css

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

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

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