Html Css Color HEX #AD8511 Dark Goldenrod

📋 copy color: '#AD8511'

red 173 ◦ green 133 ◦ blue 17

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

Shades of Dark Goldenrod #AD8511

Tints of Dark Goldenrod #AD8511

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.18%

 BLUE value IS 17 (7.03% from 255) = 5.26%

R = 53.56%
G = 41.18%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD8511 (or 0xAD8511) is known color: Dark Goldenrod. HEX triplet: AD, 85 and 11. RGB value is (173,133,17). Sum of RGB (Red+Green+Blue) = 173+133+17=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8511 is #527AEE. Grayscale: #848484. Windows color (decimal): -5405423 or 1148333. OLE color: 1148333.

HSL color Cylindrical-coordinate representation of color #AD8511: hue angle of 44.62º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD8511 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 133 17 -
CMYK 0 0.23 0.90 0.32
HSL 44.62º 0.82% 0.37% -
HSV(B) 44.62º 0.9% 0.68% -
XYZ 25.72 25.7 4.14 -
YUV 131.74 63.25 157.43 -
System Red Green Blue C M Y K H S L
Decimal 173 133 17 0 0.23 0.90 0.32 44.62 0.82 0.37
Hex AD 85 11 0 17 5A 20 2D 52 25
Octal 255 205 21 0 27 132 40 55 122 45
Binary 10101101 10000101 10001 0 10111 1011010 100000 101101 1010010 100101

Color Harmonies of #AD8511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8511

Black with #AD8511

Text Example


Text Example

White with #AD8511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8511; }

 p { color: rgb(173,133,17); }

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

background-color css

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

 a { background-color: rgb(173,133,17); }

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

border-color css

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

 span { border-color: rgb(173,133,17); }

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