Html Css Color HEX #AD8D11 Dark Goldenrod

📋 copy color: '#AD8D11'

red 173 ◦ green 141 ◦ blue 17

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

Shades of Dark Goldenrod #AD8D11

Tints of Dark Goldenrod #AD8D11

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.6%

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

R = 52.27%
G = 42.6%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD8D11 (or 0xAD8D11) is known color: Dark Goldenrod. HEX triplet: AD, 8D and 11. RGB value is (173,141,17). Sum of RGB (Red+Green+Blue) = 173+141+17=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8D11 is #5272EE. Grayscale: #888888. Windows color (decimal): -5403375 or 1150381. OLE color: 1150381.

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

Color convert

RGB 173 141 17 -
CMYK 0 0.18 0.90 0.32
HSL 47.69º 0.82% 0.37% -
HSV(B) 47.69º 0.9% 0.68% -
XYZ 26.86 27.97 4.51 -
YUV 136.43 60.6 154.08 -
System Red Green Blue C M Y K H S L
Decimal 173 141 17 0 0.18 0.90 0.32 47.69 0.82 0.37
Hex AD 8D 11 0 12 5A 20 30 52 25
Octal 255 215 21 0 22 132 40 60 122 45
Binary 10101101 10001101 10001 0 10010 1011010 100000 110000 1010010 100101

Color Harmonies of #AD8D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8D11

Black with #AD8D11

Text Example


Text Example

White with #AD8D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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