Html Css Color HEX #AD7D16 Dark Goldenrod

📋 copy color: '#AD7D16'

red 173 ◦ green 125 ◦ blue 22

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

Shades of Dark Goldenrod #AD7D16

Tints of Dark Goldenrod #AD7D16

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.06%

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

R = 54.06%
G = 39.06%
B = 6.88%

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

#AD7D16 (or 0xAD7D16) is known color: Dark Goldenrod. HEX triplet: AD, 7D and 16. RGB value is (173,125,22). Sum of RGB (Red+Green+Blue) = 173+125+22=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7D16 is #5282E9. Grayscale: #808080. Windows color (decimal): -5407466 or 1473965. OLE color: 1473965.

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

Color convert

RGB 173 125 22 -
CMYK 0 0.28 0.87 0.32
HSL 40.93º 0.77% 0.38% -
HSV(B) 40.93º 0.87% 0.68% -
XYZ 24.71 23.61 4.01 -
YUV 127.61 68.4 160.38 -
System Red Green Blue C M Y K H S L
Decimal 173 125 22 0 0.28 0.87 0.32 40.93 0.77 0.38
Hex AD 7D 16 0 1C 57 20 29 4D 26
Octal 255 175 26 0 34 127 40 51 115 46
Binary 10101101 1111101 10110 0 11100 1010111 100000 101001 1001101 100110

Color Harmonies of #AD7D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7D16

Black with #AD7D16

Text Example


Text Example

White with #AD7D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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