Html Css Color HEX #AD8216 Dark Goldenrod

📋 copy color: '#AD8216'

red 173 ◦ green 130 ◦ blue 22

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

Shades of Dark Goldenrod #AD8216

Tints of Dark Goldenrod #AD8216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.77%

R = 53.23%
G = 40%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD8216 (or 0xAD8216) is known color: Dark Goldenrod. HEX triplet: AD, 82 and 16. RGB value is (173,130,22). Sum of RGB (Red+Green+Blue) = 173+130+22=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8216 is #527DE9. Grayscale: #838383. Windows color (decimal): -5406186 or 1475245. OLE color: 1475245.

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

Color convert

RGB 173 130 22 -
CMYK 0 0.25 0.87 0.32
HSL 42.91º 0.77% 0.38% -
HSV(B) 42.91º 0.87% 0.68% -
XYZ 25.36 24.91 4.23 -
YUV 130.55 66.75 158.28 -
System Red Green Blue C M Y K H S L
Decimal 173 130 22 0 0.25 0.87 0.32 42.91 0.77 0.38
Hex AD 82 16 0 19 57 20 2B 4D 26
Octal 255 202 26 0 31 127 40 53 115 46
Binary 10101101 10000010 10110 0 11001 1010111 100000 101011 1001101 100110

Color Harmonies of #AD8216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8216

Black with #AD8216

Text Example


Text Example

White with #AD8216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8216; }

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

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

background-color css

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

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

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

border-color css

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

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

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