Html Css Color HEX #AD5617 Rich Gold

📋 copy color: '#AD5617'

red 173 ◦ green 86 ◦ blue 23

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

Shades of Rich Gold #AD5617

Tints of Rich Gold #AD5617

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.5%

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

R = 61.35%
G = 30.5%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD5617 (or 0xAD5617) is known color: Rich Gold. HEX triplet: AD, 56 and 17. RGB value is (173,86,23). Sum of RGB (Red+Green+Blue) = 173+86+23=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5617 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5617 is #52A9E8. Grayscale: #696969. Windows color (decimal): -5417449 or 1529517. OLE color: 1529517.

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

Color convert

RGB 173 86 23 -
CMYK 0 0.50 0.87 0.32
HSL 25.2º 0.77% 0.38% -
HSV(B) 25.2º 0.87% 0.68% -
XYZ 20.72 15.6 2.73 -
YUV 104.83 81.82 176.62 -
System Red Green Blue C M Y K H S L
Decimal 173 86 23 0 0.50 0.87 0.32 25.2 0.77 0.38
Hex AD 56 17 0 32 57 20 19 4D 26
Octal 255 126 27 0 62 127 40 31 115 46
Binary 10101101 1010110 10111 0 110010 1010111 100000 11001 1001101 100110

Color Harmonies of #AD5617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5617

Black with #AD5617

Text Example


Text Example

White with #AD5617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5617; }

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

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

background-color css

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

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

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

border-color css

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

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

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