Html Css Color HEX #AD8215 Dark Goldenrod

📋 copy color: '#AD8215'

red 173 ◦ green 130 ◦ blue 21

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

Shades of Dark Goldenrod #AD8215

Tints of Dark Goldenrod #AD8215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.48%

R = 53.4%
G = 40.12%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD8215 (or 0xAD8215) is known color: Dark Goldenrod. HEX triplet: AD, 82 and 15. RGB value is (173,130,21). Sum of RGB (Red+Green+Blue) = 173+130+21=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8215 is #527DEA. Grayscale: #828282. Windows color (decimal): -5406187 or 1409709. OLE color: 1409709.

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

Color convert

RGB 173 130 21 -
CMYK 0 0.25 0.88 0.32
HSL 43.03º 0.78% 0.38% -
HSV(B) 43.03º 0.88% 0.68% -
XYZ 25.35 24.9 4.18 -
YUV 130.43 66.25 158.36 -
System Red Green Blue C M Y K H S L
Decimal 173 130 21 0 0.25 0.88 0.32 43.03 0.78 0.38
Hex AD 82 15 0 19 58 20 2B 4E 26
Octal 255 202 25 0 31 130 40 53 116 46
Binary 10101101 10000010 10101 0 11001 1011000 100000 101011 1001110 100110

Color Harmonies of #AD8215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8215

Black with #AD8215

Text Example


Text Example

White with #AD8215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8215; }

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

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

background-color css

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

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

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

border-color css

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

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

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