Html Css Color HEX #AD5417 Rich Gold

📋 copy color: '#AD5417'

red 173 ◦ green 84 ◦ blue 23

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

Shades of Rich Gold #AD5417

Tints of Rich Gold #AD5417

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30%

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

R = 61.79%
G = 30%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD5417 (or 0xAD5417) is known color: Rich Gold. HEX triplet: AD, 54 and 17. RGB value is (173,84,23). Sum of RGB (Red+Green+Blue) = 173+84+23=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5417 is #52ABE8. Grayscale: #676767. Windows color (decimal): -5417961 or 1529005. OLE color: 1529005.

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

Color convert

RGB 173 84 23 -
CMYK 0 0.51 0.87 0.32
HSL 24.4º 0.77% 0.38% -
HSV(B) 24.4º 0.87% 0.68% -
XYZ 20.56 15.29 2.68 -
YUV 103.66 82.49 177.46 -
System Red Green Blue C M Y K H S L
Decimal 173 84 23 0 0.51 0.87 0.32 24.4 0.77 0.38
Hex AD 54 17 0 33 57 20 18 4D 26
Octal 255 124 27 0 63 127 40 30 115 46
Binary 10101101 1010100 10111 0 110011 1010111 100000 11000 1001101 100110

Color Harmonies of #AD5417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5417

Black with #AD5417

Text Example


Text Example

White with #AD5417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5417; }

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

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

background-color css

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

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

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

border-color css

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

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

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