Html Css Color HEX #AD8116 Dark Goldenrod

📋 copy color: '#AD8116'

red 173 ◦ green 129 ◦ blue 22

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

Shades of Dark Goldenrod #AD8116

Tints of Dark Goldenrod #AD8116

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.81%

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

R = 53.4%
G = 39.81%
B = 6.79%

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

#AD8116 (or 0xAD8116) is known color: Dark Goldenrod. HEX triplet: AD, 81 and 16. RGB value is (173,129,22). Sum of RGB (Red+Green+Blue) = 173+129+22=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8116 is #527EE9. Grayscale: #828282. Windows color (decimal): -5406442 or 1474989. OLE color: 1474989.

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

Color convert

RGB 173 129 22 -
CMYK 0 0.25 0.87 0.32
HSL 42.52º 0.77% 0.38% -
HSV(B) 42.52º 0.87% 0.68% -
XYZ 25.23 24.64 4.19 -
YUV 129.96 67.08 158.7 -
System Red Green Blue C M Y K H S L
Decimal 173 129 22 0 0.25 0.87 0.32 42.52 0.77 0.38
Hex AD 81 16 0 19 57 20 2B 4D 26
Octal 255 201 26 0 31 127 40 53 115 46
Binary 10101101 10000001 10110 0 11001 1010111 100000 101011 1001101 100110

Color Harmonies of #AD8116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8116

Black with #AD8116

Text Example


Text Example

White with #AD8116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8116; }

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

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

background-color css

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

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

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

border-color css

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

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

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