Html Css Color HEX #AD8411 Dark Goldenrod

📋 copy color: '#AD8411'

red 173 ◦ green 132 ◦ blue 17

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

Shades of Dark Goldenrod #AD8411

Tints of Dark Goldenrod #AD8411

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.99%

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

R = 53.73%
G = 40.99%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD8411 (or 0xAD8411) is known color: Dark Goldenrod. HEX triplet: AD, 84 and 11. RGB value is (173,132,17). Sum of RGB (Red+Green+Blue) = 173+132+17=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8411 is #527BEE. Grayscale: #838383. Windows color (decimal): -5405679 or 1148077. OLE color: 1148077.

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

Color convert

RGB 173 132 17 -
CMYK 0 0.24 0.90 0.32
HSL 44.23º 0.82% 0.37% -
HSV(B) 44.23º 0.9% 0.68% -
XYZ 25.59 25.43 4.09 -
YUV 131.15 63.58 157.85 -
System Red Green Blue C M Y K H S L
Decimal 173 132 17 0 0.24 0.90 0.32 44.23 0.82 0.37
Hex AD 84 11 0 18 5A 20 2C 52 25
Octal 255 204 21 0 30 132 40 54 122 45
Binary 10101101 10000100 10001 0 11000 1011010 100000 101100 1010010 100101

Color Harmonies of #AD8411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8411

Black with #AD8411

Text Example


Text Example

White with #AD8411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8411; }

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

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

background-color css

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

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

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

border-color css

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

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

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