Html Css Color HEX #AD5615 Rich Gold

📋 copy color: '#AD5615'

red 173 ◦ green 86 ◦ blue 21

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

Shades of Rich Gold #AD5615

Tints of Rich Gold #AD5615

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.71%

 BLUE value IS 21 (8.59% from 255) = 7.5%

R = 61.79%
G = 30.71%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD5615 (or 0xAD5615) is known color: Rich Gold. HEX triplet: AD, 56 and 15. RGB value is (173,86,21). Sum of RGB (Red+Green+Blue) = 173+86+21=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5615 is #52A9EA. Grayscale: #686868. Windows color (decimal): -5417451 or 1398445. OLE color: 1398445.

HSL color Cylindrical-coordinate representation of color #AD5615: hue angle of 25.66º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD5615 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 86 21 -
CMYK 0 0.50 0.88 0.32
HSL 25.66º 0.78% 0.38% -
HSV(B) 25.66º 0.88% 0.68% -
XYZ 20.7 15.59 2.63 -
YUV 104.6 80.82 176.79 -
System Red Green Blue C M Y K H S L
Decimal 173 86 21 0 0.50 0.88 0.32 25.66 0.78 0.38
Hex AD 56 15 0 32 58 20 1A 4E 26
Octal 255 126 25 0 62 130 40 32 116 46
Binary 10101101 1010110 10101 0 110010 1011000 100000 11010 1001110 100110

Color Harmonies of #AD5615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5615

Black with #AD5615

Text Example


Text Example

White with #AD5615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5615; }

 p { color: rgb(173,86,21); }

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

background-color css

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

 a { background-color: rgb(173,86,21); }

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

border-color css

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

 span { border-color: rgb(173,86,21); }

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