Html Css Color HEX #AD5416 Rich Gold

📋 copy color: '#AD5416'

red 173 ◦ green 84 ◦ blue 22

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

Shades of Rich Gold #AD5416

Tints of Rich Gold #AD5416

RGB

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

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

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

R = 62.01%
G = 30.11%
B = 7.89%

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

#AD5416 (or 0xAD5416) is known color: Rich Gold. HEX triplet: AD, 54 and 16. RGB value is (173,84,22). Sum of RGB (Red+Green+Blue) = 173+84+22=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5416 is #52ABE9. Grayscale: #676767. Windows color (decimal): -5417962 or 1463469. OLE color: 1463469.

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

Color convert

RGB 173 84 22 -
CMYK 0 0.51 0.87 0.32
HSL 24.64º 0.77% 0.38% -
HSV(B) 24.64º 0.87% 0.68% -
XYZ 20.55 15.28 2.63 -
YUV 103.54 81.99 177.54 -
System Red Green Blue C M Y K H S L
Decimal 173 84 22 0 0.51 0.87 0.32 24.64 0.77 0.38
Hex AD 54 16 0 33 57 20 19 4D 26
Octal 255 124 26 0 63 127 40 31 115 46
Binary 10101101 1010100 10110 0 110011 1010111 100000 11001 1001101 100110

Color Harmonies of #AD5416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5416

Black with #AD5416

Text Example


Text Example

White with #AD5416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5416; }

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

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

background-color css

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

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

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

border-color css

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

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

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