Html Css Color HEX #AD8717 Dark Goldenrod

📋 copy color: '#AD8717'

red 173 ◦ green 135 ◦ blue 23

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

Shades of Dark Goldenrod #AD8717

Tints of Dark Goldenrod #AD8717

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.79%

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

R = 52.27%
G = 40.79%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD8717 (or 0xAD8717) is known color: Dark Goldenrod. HEX triplet: AD, 87 and 17. RGB value is (173,135,23). Sum of RGB (Red+Green+Blue) = 173+135+23=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8717 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8717 is #5278E8. Grayscale: #868686. Windows color (decimal): -5404905 or 1542061. OLE color: 1542061.

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

Color convert

RGB 173 135 23 -
CMYK 0 0.22 0.87 0.32
HSL 44.8º 0.77% 0.38% -
HSV(B) 44.8º 0.87% 0.68% -
XYZ 26.05 26.27 4.51 -
YUV 133.59 65.59 156.11 -
System Red Green Blue C M Y K H S L
Decimal 173 135 23 0 0.22 0.87 0.32 44.8 0.77 0.38
Hex AD 87 17 0 16 57 20 2D 4D 26
Octal 255 207 27 0 26 127 40 55 115 46
Binary 10101101 10000111 10111 0 10110 1010111 100000 101101 1001101 100110

Color Harmonies of #AD8717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8717

Black with #AD8717

Text Example


Text Example

White with #AD8717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8717; }

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

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

background-color css

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

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

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

border-color css

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

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

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