Html Css Color HEX #AD7C15 Dark Goldenrod

📋 copy color: '#AD7C15'

red 173 ◦ green 124 ◦ blue 21

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

Shades of Dark Goldenrod #AD7C15

Tints of Dark Goldenrod #AD7C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.6%

R = 54.4%
G = 38.99%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD7C15 (or 0xAD7C15) is known color: Dark Goldenrod. HEX triplet: AD, 7C and 15. RGB value is (173,124,21). Sum of RGB (Red+Green+Blue) = 173+124+21=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7C15 is #5283EA. Grayscale: #7F7F7F. Windows color (decimal): -5407723 or 1408173. OLE color: 1408173.

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

Color convert

RGB 173 124 21 -
CMYK 0 0.28 0.88 0.32
HSL 40.66º 0.78% 0.38% -
HSV(B) 40.66º 0.88% 0.68% -
XYZ 24.58 23.35 3.92 -
YUV 126.91 68.23 160.88 -
System Red Green Blue C M Y K H S L
Decimal 173 124 21 0 0.28 0.88 0.32 40.66 0.78 0.38
Hex AD 7C 15 0 1C 58 20 29 4E 26
Octal 255 174 25 0 34 130 40 51 116 46
Binary 10101101 1111100 10101 0 11100 1011000 100000 101001 1001110 100110

Color Harmonies of #AD7C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7C15

Black with #AD7C15

Text Example


Text Example

White with #AD7C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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