Html Css Color HEX #AD8600 Dark Goldenrod

📋 copy color: '#AD8600'

red 173 ◦ green 134 ◦ blue 0

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

Shades of Dark Goldenrod #AD8600

Tints of Dark Goldenrod #AD8600

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.65%

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

R = 56.35%
G = 43.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AD8600 (or 0xAD8600) is known color: Dark Goldenrod. HEX triplet: AD, 86 and 00. RGB value is (173,134,0). Sum of RGB (Red+Green+Blue) = 173+134+0=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8600 is #5279FF. Grayscale: #828282. Windows color (decimal): -5405184 or 34477. OLE color: 34477.

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

Color convert

RGB 173 134 0 -
CMYK 0 0.23 1 0.32
HSL 46.47º 1% 0.34% -
HSV(B) 46.47º 1% 0.68% -
XYZ 25.76 25.93 3.65 -
YUV 130.39 54.42 158.4 -
System Red Green Blue C M Y K H S L
Decimal 173 134 0 0 0.23 1 0.32 46.47 1 0.34
Hex AD 86 0 0 17 64 20 2E 64 22
Octal 255 206 0 0 27 144 40 56 144 42
Binary 10101101 10000110 0 0 10111 1100100 100000 101110 1100100 100010

Color Harmonies of #AD8600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8600

Black with #AD8600

Text Example


Text Example

White with #AD8600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8600; }

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

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

background-color css

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

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

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

border-color css

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

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

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