Html Css Color HEX #AD7915 Dark Goldenrod

📋 copy color: '#AD7915'

red 173 ◦ green 121 ◦ blue 21

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

Shades of Dark Goldenrod #AD7915

Tints of Dark Goldenrod #AD7915

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.41%

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

R = 54.92%
G = 38.41%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD7915 (or 0xAD7915) is known color: Dark Goldenrod. HEX triplet: AD, 79 and 15. RGB value is (173,121,21). Sum of RGB (Red+Green+Blue) = 173+121+21=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7915 is #5286EA. Grayscale: #7D7D7D. Windows color (decimal): -5408491 or 1407405. OLE color: 1407405.

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

Color convert

RGB 173 121 21 -
CMYK 0 0.30 0.88 0.32
HSL 39.47º 0.78% 0.38% -
HSV(B) 39.47º 0.88% 0.68% -
XYZ 24.21 22.61 3.8 -
YUV 125.15 69.23 162.13 -
System Red Green Blue C M Y K H S L
Decimal 173 121 21 0 0.30 0.88 0.32 39.47 0.78 0.38
Hex AD 79 15 0 1E 58 20 27 4E 26
Octal 255 171 25 0 36 130 40 47 116 46
Binary 10101101 1111001 10101 0 11110 1011000 100000 100111 1001110 100110

Color Harmonies of #AD7915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7915

Black with #AD7915

Text Example


Text Example

White with #AD7915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7915; }

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

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

background-color css

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

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

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

border-color css

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

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

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