Html Css Color HEX #AD7C16 Dark Goldenrod

📋 copy color: '#AD7C16'

red 173 ◦ green 124 ◦ blue 22

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

Shades of Dark Goldenrod #AD7C16

Tints of Dark Goldenrod #AD7C16

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.87%

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

R = 54.23%
G = 38.87%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD7C16 (or 0xAD7C16) is known color: Dark Goldenrod. HEX triplet: AD, 7C and 16. RGB value is (173,124,22). Sum of RGB (Red+Green+Blue) = 173+124+22=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7C16 is #5283E9. Grayscale: #7F7F7F. Windows color (decimal): -5407722 or 1473709. OLE color: 1473709.

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

Color convert

RGB 173 124 22 -
CMYK 0 0.28 0.87 0.32
HSL 40.53º 0.77% 0.38% -
HSV(B) 40.53º 0.87% 0.68% -
XYZ 24.59 23.36 3.97 -
YUV 127.02 68.73 160.79 -
System Red Green Blue C M Y K H S L
Decimal 173 124 22 0 0.28 0.87 0.32 40.53 0.77 0.38
Hex AD 7C 16 0 1C 57 20 29 4D 26
Octal 255 174 26 0 34 127 40 51 115 46
Binary 10101101 1111100 10110 0 11100 1010111 100000 101001 1001101 100110

Color Harmonies of #AD7C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7C16

Black with #AD7C16

Text Example


Text Example

White with #AD7C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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