Html Css Color HEX #AD5017 Rich Gold

📋 copy color: '#AD5017'

red 173 ◦ green 80 ◦ blue 23

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

Shades of Rich Gold #AD5017

Tints of Rich Gold #AD5017

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.99%

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

R = 62.68%
G = 28.99%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD5017 (or 0xAD5017) is known color: Rich Gold. HEX triplet: AD, 50 and 17. RGB value is (173,80,23). Sum of RGB (Red+Green+Blue) = 173+80+23=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5017 is #52AFE8. Grayscale: #656565. Windows color (decimal): -5418985 or 1527981. OLE color: 1527981.

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

Color convert

RGB 173 80 23 -
CMYK 0 0.54 0.87 0.32
HSL 22.8º 0.77% 0.38% -
HSV(B) 22.8º 0.87% 0.68% -
XYZ 20.26 14.68 2.58 -
YUV 101.31 83.81 179.13 -
System Red Green Blue C M Y K H S L
Decimal 173 80 23 0 0.54 0.87 0.32 22.8 0.77 0.38
Hex AD 50 17 0 36 57 20 17 4D 26
Octal 255 120 27 0 66 127 40 27 115 46
Binary 10101101 1010000 10111 0 110110 1010111 100000 10111 1001101 100110

Color Harmonies of #AD5017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5017

Black with #AD5017

Text Example


Text Example

White with #AD5017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5017; }

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

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

background-color css

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

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

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

border-color css

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

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

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