Html Css Color HEX #AD5516 Rich Gold

📋 copy color: '#AD5516'

red 173 ◦ green 85 ◦ blue 22

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

Shades of Rich Gold #AD5516

Tints of Rich Gold #AD5516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.86%

R = 61.79%
G = 30.36%
B = 7.86%

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

#AD5516 (or 0xAD5516) is known color: Rich Gold. HEX triplet: AD, 55 and 16. RGB value is (173,85,22). Sum of RGB (Red+Green+Blue) = 173+85+22=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5516 is #52AAE9. Grayscale: #686868. Windows color (decimal): -5417706 or 1463725. OLE color: 1463725.

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

Color convert

RGB 173 85 22 -
CMYK 0 0.51 0.87 0.32
HSL 25.03º 0.77% 0.38% -
HSV(B) 25.03º 0.87% 0.68% -
XYZ 20.63 15.44 2.65 -
YUV 104.13 81.65 177.12 -
System Red Green Blue C M Y K H S L
Decimal 173 85 22 0 0.51 0.87 0.32 25.03 0.77 0.38
Hex AD 55 16 0 33 57 20 19 4D 26
Octal 255 125 26 0 63 127 40 31 115 46
Binary 10101101 1010101 10110 0 110011 1010111 100000 11001 1001101 100110

Color Harmonies of #AD5516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5516

Black with #AD5516

Text Example


Text Example

White with #AD5516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5516; }

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

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

background-color css

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

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

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

border-color css

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

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

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