Html Css Color HEX #AD7F17 Dark Goldenrod

📋 copy color: '#AD7F17'

red 173 ◦ green 127 ◦ blue 23

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

Shades of Dark Goldenrod #AD7F17

Tints of Dark Goldenrod #AD7F17

RGB

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

 GREEN value IS 127 (50% from 255) = 39.32%

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

R = 53.56%
G = 39.32%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD7F17 (or 0xAD7F17) is known color: Dark Goldenrod. HEX triplet: AD, 7F and 17. RGB value is (173,127,23). Sum of RGB (Red+Green+Blue) = 173+127+23=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7F17 is #5280E8. Grayscale: #818181. Windows color (decimal): -5406953 or 1540013. OLE color: 1540013.

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

Color convert

RGB 173 127 23 -
CMYK 0 0.27 0.87 0.32
HSL 41.6º 0.77% 0.38% -
HSV(B) 41.6º 0.87% 0.68% -
XYZ 24.98 24.12 4.15 -
YUV 128.9 68.24 159.46 -
System Red Green Blue C M Y K H S L
Decimal 173 127 23 0 0.27 0.87 0.32 41.6 0.77 0.38
Hex AD 7F 17 0 1B 57 20 2A 4D 26
Octal 255 177 27 0 33 127 40 52 115 46
Binary 10101101 1111111 10111 0 11011 1010111 100000 101010 1001101 100110

Color Harmonies of #AD7F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F17

Black with #AD7F17

Text Example


Text Example

White with #AD7F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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