Html Css Color HEX #AD5517 Rich Gold

📋 copy color: '#AD5517'

red 173 ◦ green 85 ◦ blue 23

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

Shades of Rich Gold #AD5517

Tints of Rich Gold #AD5517

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.25%

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

R = 61.57%
G = 30.25%
B = 8.19%

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

#AD5517 (or 0xAD5517) is known color: Rich Gold. HEX triplet: AD, 55 and 17. RGB value is (173,85,23). Sum of RGB (Red+Green+Blue) = 173+85+23=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5517 is #52AAE8. Grayscale: #686868. Windows color (decimal): -5417705 or 1529261. OLE color: 1529261.

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

Color convert

RGB 173 85 23 -
CMYK 0 0.51 0.87 0.32
HSL 24.8º 0.77% 0.38% -
HSV(B) 24.8º 0.87% 0.68% -
XYZ 20.64 15.44 2.7 -
YUV 104.24 82.15 177.04 -
System Red Green Blue C M Y K H S L
Decimal 173 85 23 0 0.51 0.87 0.32 24.8 0.77 0.38
Hex AD 55 17 0 33 57 20 19 4D 26
Octal 255 125 27 0 63 127 40 31 115 46
Binary 10101101 1010101 10111 0 110011 1010111 100000 11001 1001101 100110

Color Harmonies of #AD5517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5517

Black with #AD5517

Text Example


Text Example

White with #AD5517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5517; }

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

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

background-color css

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

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

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

border-color css

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

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

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