Html Css Color HEX #AD9700 Dark Goldenrod

📋 copy color: '#AD9700'

red 173 ◦ green 151 ◦ blue 0

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

Shades of Dark Goldenrod #AD9700

Tints of Dark Goldenrod #AD9700

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.6%

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

R = 53.4%
G = 46.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AD9700 (or 0xAD9700) is known color: Dark Goldenrod. HEX triplet: AD, 97 and 00. RGB value is (173,151,0). Sum of RGB (Red+Green+Blue) = 173+151+0=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9700 is #5268FF. Grayscale: #8C8C8C. Windows color (decimal): -5400832 or 38829. OLE color: 38829.

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

Color convert

RGB 173 151 0 -
CMYK 0 0.13 1 0.32
HSL 52.37º 1% 0.34% -
HSV(B) 52.37º 1% 0.68% -
XYZ 28.3 31.02 4.5 -
YUV 140.36 48.79 151.28 -
System Red Green Blue C M Y K H S L
Decimal 173 151 0 0 0.13 1 0.32 52.37 1 0.34
Hex AD 97 0 0 D 64 20 34 64 22
Octal 255 227 0 0 15 144 40 64 144 42
Binary 10101101 10010111 0 0 1101 1100100 100000 110100 1100100 100010

Color Harmonies of #AD9700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9700

Black with #AD9700

Text Example


Text Example

White with #AD9700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9700; }

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

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

background-color css

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

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

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

border-color css

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

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

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