Html Css Color HEX #AD7C13 Dark Goldenrod

📋 copy color: '#AD7C13'

red 173 ◦ green 124 ◦ blue 19

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

Shades of Dark Goldenrod #AD7C13

Tints of Dark Goldenrod #AD7C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.01%

R = 54.75%
G = 39.24%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD7C13 (or 0xAD7C13) is known color: Dark Goldenrod. HEX triplet: AD, 7C and 13. RGB value is (173,124,19). Sum of RGB (Red+Green+Blue) = 173+124+19=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7C13 is #5283EC. Grayscale: #7F7F7F. Windows color (decimal): -5407725 or 1277101. OLE color: 1277101.

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

Color convert

RGB 173 124 19 -
CMYK 0 0.28 0.89 0.32
HSL 40.91º 0.8% 0.38% -
HSV(B) 40.91º 0.89% 0.68% -
XYZ 24.56 23.35 3.83 -
YUV 126.68 67.23 161.04 -
System Red Green Blue C M Y K H S L
Decimal 173 124 19 0 0.28 0.89 0.32 40.91 0.8 0.38
Hex AD 7C 13 0 1C 59 20 29 50 26
Octal 255 174 23 0 34 131 40 51 120 46
Binary 10101101 1111100 10011 0 11100 1011001 100000 101001 1010000 100110

Color Harmonies of #AD7C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7C13

Black with #AD7C13

Text Example


Text Example

White with #AD7C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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