Html Css Color HEX #AD7817 Dark Goldenrod

📋 copy color: '#AD7817'

red 173 ◦ green 120 ◦ blue 23

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

Shades of Dark Goldenrod #AD7817

Tints of Dark Goldenrod #AD7817

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.97%

 BLUE value IS 23 (9.38% from 255) = 7.28%

R = 54.75%
G = 37.97%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD7817 (or 0xAD7817) is known color: Dark Goldenrod. HEX triplet: AD, 78 and 17. RGB value is (173,120,23). Sum of RGB (Red+Green+Blue) = 173+120+23=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7817 is #5287E8. Grayscale: #7D7D7D. Windows color (decimal): -5408745 or 1538221. OLE color: 1538221.

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

Color convert

RGB 173 120 23 -
CMYK 0 0.31 0.87 0.32
HSL 38.8º 0.77% 0.38% -
HSV(B) 38.8º 0.87% 0.68% -
XYZ 24.1 22.38 3.86 -
YUV 124.79 70.56 162.39 -
System Red Green Blue C M Y K H S L
Decimal 173 120 23 0 0.31 0.87 0.32 38.8 0.77 0.38
Hex AD 78 17 0 1F 57 20 27 4D 26
Octal 255 170 27 0 37 127 40 47 115 46
Binary 10101101 1111000 10111 0 11111 1010111 100000 100111 1001101 100110

Color Harmonies of #AD7817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7817

Black with #AD7817

Text Example


Text Example

White with #AD7817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7817; }

 p { color: rgb(173,120,23); }

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

background-color css

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

 a { background-color: rgb(173,120,23); }

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

border-color css

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

 span { border-color: rgb(173,120,23); }

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