Html Css Color HEX #AD8017 Dark Goldenrod

📋 copy color: '#AD8017'

red 173 ◦ green 128 ◦ blue 23

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

Shades of Dark Goldenrod #AD8017

Tints of Dark Goldenrod #AD8017

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.51%

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

R = 53.4%
G = 39.51%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD8017 (or 0xAD8017) is known color: Dark Goldenrod. HEX triplet: AD, 80 and 17. RGB value is (173,128,23). Sum of RGB (Red+Green+Blue) = 173+128+23=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8017 is #527FE8. Grayscale: #818181. Windows color (decimal): -5406697 or 1540269. OLE color: 1540269.

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

Color convert

RGB 173 128 23 -
CMYK 0 0.26 0.87 0.32
HSL 42º 0.77% 0.38% -
HSV(B) 42º 0.87% 0.68% -
XYZ 25.11 24.38 4.19 -
YUV 129.49 67.91 159.04 -
System Red Green Blue C M Y K H S L
Decimal 173 128 23 0 0.26 0.87 0.32 42 0.77 0.38
Hex AD 80 17 0 1A 57 20 2A 4D 26
Octal 255 200 27 0 32 127 40 52 115 46
Binary 10101101 10000000 10111 0 11010 1010111 100000 101010 1001101 100110

Color Harmonies of #AD8017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8017

Black with #AD8017

Text Example


Text Example

White with #AD8017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8017; }

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

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

background-color css

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

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

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

border-color css

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

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

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