Html Css Color HEX #AD5116 Rich Gold

📋 copy color: '#AD5116'

red 173 ◦ green 81 ◦ blue 22

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

Shades of Rich Gold #AD5116

Tints of Rich Gold #AD5116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.35%

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

R = 62.68%
G = 29.35%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD5116 (or 0xAD5116) is known color: Rich Gold. HEX triplet: AD, 51 and 16. RGB value is (173,81,22). Sum of RGB (Red+Green+Blue) = 173+81+22=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5116 is #52AEE9. Grayscale: #666666. Windows color (decimal): -5418730 or 1462701. OLE color: 1462701.

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

Color convert

RGB 173 81 22 -
CMYK 0 0.53 0.87 0.32
HSL 23.44º 0.77% 0.38% -
HSV(B) 23.44º 0.87% 0.68% -
XYZ 20.32 14.83 2.55 -
YUV 101.78 82.98 178.8 -
System Red Green Blue C M Y K H S L
Decimal 173 81 22 0 0.53 0.87 0.32 23.44 0.77 0.38
Hex AD 51 16 0 35 57 20 17 4D 26
Octal 255 121 26 0 65 127 40 27 115 46
Binary 10101101 1010001 10110 0 110101 1010111 100000 10111 1001101 100110

Color Harmonies of #AD5116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5116

Black with #AD5116

Text Example


Text Example

White with #AD5116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5116; }

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

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

background-color css

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

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

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

border-color css

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

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

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