Html Css Color HEX #AD7615 Dark Goldenrod

📋 copy color: '#AD7615'

red 173 ◦ green 118 ◦ blue 21

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

Shades of Dark Goldenrod #AD7615

Tints of Dark Goldenrod #AD7615

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.82%

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

R = 55.45%
G = 37.82%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD7615 (or 0xAD7615) is known color: Dark Goldenrod. HEX triplet: AD, 76 and 15. RGB value is (173,118,21). Sum of RGB (Red+Green+Blue) = 173+118+21=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7615 is #5289EA. Grayscale: #7B7B7B. Windows color (decimal): -5409259 or 1406637. OLE color: 1406637.

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

Color convert

RGB 173 118 21 -
CMYK 0 0.32 0.88 0.32
HSL 38.29º 0.78% 0.38% -
HSV(B) 38.29º 0.88% 0.68% -
XYZ 23.85 21.9 3.68 -
YUV 123.39 70.22 163.39 -
System Red Green Blue C M Y K H S L
Decimal 173 118 21 0 0.32 0.88 0.32 38.29 0.78 0.38
Hex AD 76 15 0 20 58 20 26 4E 26
Octal 255 166 25 0 40 130 40 46 116 46
Binary 10101101 1110110 10101 0 100000 1011000 100000 100110 1001110 100110

Color Harmonies of #AD7615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7615

Black with #AD7615

Text Example


Text Example

White with #AD7615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7615; }

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

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

background-color css

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

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

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

border-color css

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

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

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