Html Css Color HEX #AD5716 Rich Gold

📋 copy color: '#AD5716'

red 173 ◦ green 87 ◦ blue 22

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

Shades of Rich Gold #AD5716

Tints of Rich Gold #AD5716

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.85%

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

R = 61.35%
G = 30.85%
B = 7.8%

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

#AD5716 (or 0xAD5716) is known color: Rich Gold. HEX triplet: AD, 57 and 16. RGB value is (173,87,22). Sum of RGB (Red+Green+Blue) = 173+87+22=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5716 is #52A8E9. Grayscale: #696969. Windows color (decimal): -5417194 or 1464237. OLE color: 1464237.

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

Color convert

RGB 173 87 22 -
CMYK 0 0.50 0.87 0.32
HSL 25.83º 0.77% 0.38% -
HSV(B) 25.83º 0.87% 0.68% -
XYZ 20.79 15.76 2.71 -
YUV 105.3 80.99 176.29 -
System Red Green Blue C M Y K H S L
Decimal 173 87 22 0 0.50 0.87 0.32 25.83 0.77 0.38
Hex AD 57 16 0 32 57 20 1A 4D 26
Octal 255 127 26 0 62 127 40 32 115 46
Binary 10101101 1010111 10110 0 110010 1010111 100000 11010 1001101 100110

Color Harmonies of #AD5716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5716

Black with #AD5716

Text Example


Text Example

White with #AD5716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5716; }

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

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

background-color css

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

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

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

border-color css

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

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

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