Html Css Color HEX #AD8210 Dark Goldenrod

📋 copy color: '#AD8210'

red 173 ◦ green 130 ◦ blue 16

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

Shades of Dark Goldenrod #AD8210

Tints of Dark Goldenrod #AD8210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.02%

R = 54.23%
G = 40.75%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD8210 (or 0xAD8210) is known color: Dark Goldenrod. HEX triplet: AD, 82 and 10. RGB value is (173,130,16). Sum of RGB (Red+Green+Blue) = 173+130+16=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8210 is #527DEF. Grayscale: #828282. Windows color (decimal): -5406192 or 1082029. OLE color: 1082029.

HSL color Cylindrical-coordinate representation of color #AD8210: hue angle of 43.57º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD8210 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 130 16 -
CMYK 0 0.25 0.91 0.32
HSL 43.57º 0.83% 0.37% -
HSV(B) 43.57º 0.91% 0.68% -
XYZ 25.31 24.89 3.96 -
YUV 129.86 63.75 158.77 -
System Red Green Blue C M Y K H S L
Decimal 173 130 16 0 0.25 0.91 0.32 43.57 0.83 0.37
Hex AD 82 10 0 19 5B 20 2C 53 25
Octal 255 202 20 0 31 133 40 54 123 45
Binary 10101101 10000010 10000 0 11001 1011011 100000 101100 1010011 100101

Color Harmonies of #AD8210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8210

Black with #AD8210

Text Example


Text Example

White with #AD8210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8210; }

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

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

background-color css

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

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

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

border-color css

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

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

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