Html Css Color HEX #AD8211 Dark Goldenrod

📋 copy color: '#AD8211'

red 173 ◦ green 130 ◦ blue 17

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

Shades of Dark Goldenrod #AD8211

Tints of Dark Goldenrod #AD8211

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.63%

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

R = 54.06%
G = 40.63%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD8211 (or 0xAD8211) is known color: Dark Goldenrod. HEX triplet: AD, 82 and 11. RGB value is (173,130,17). Sum of RGB (Red+Green+Blue) = 173+130+17=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8211 is #527DEE. Grayscale: #828282. Windows color (decimal): -5406191 or 1147565. OLE color: 1147565.

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

Color convert

RGB 173 130 17 -
CMYK 0 0.25 0.90 0.32
HSL 43.46º 0.82% 0.37% -
HSV(B) 43.46º 0.9% 0.68% -
XYZ 25.32 24.89 4 -
YUV 129.98 64.25 158.69 -
System Red Green Blue C M Y K H S L
Decimal 173 130 17 0 0.25 0.90 0.32 43.46 0.82 0.37
Hex AD 82 11 0 19 5A 20 2B 52 25
Octal 255 202 21 0 31 132 40 53 122 45
Binary 10101101 10000010 10001 0 11001 1011010 100000 101011 1010010 100101

Color Harmonies of #AD8211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8211

Black with #AD8211

Text Example


Text Example

White with #AD8211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8211; }

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

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

background-color css

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

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

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

border-color css

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

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

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