Html Css Color HEX #AD5611 Rich Gold

📋 copy color: '#AD5611'

red 173 ◦ green 86 ◦ blue 17

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

Shades of Rich Gold #AD5611

Tints of Rich Gold #AD5611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.16%

R = 62.68%
G = 31.16%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD5611 (or 0xAD5611) is known color: Rich Gold. HEX triplet: AD, 56 and 11. RGB value is (173,86,17). Sum of RGB (Red+Green+Blue) = 173+86+17=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5611 is #52A9EE. Grayscale: #686868. Windows color (decimal): -5417455 or 1136301. OLE color: 1136301.

HSL color Cylindrical-coordinate representation of color #AD5611: hue angle of 26.54º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD5611 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 86 17 -
CMYK 0 0.50 0.90 0.32
HSL 26.54º 0.82% 0.37% -
HSV(B) 26.54º 0.9% 0.68% -
XYZ 20.66 15.58 2.45 -
YUV 104.15 78.82 177.11 -
System Red Green Blue C M Y K H S L
Decimal 173 86 17 0 0.50 0.90 0.32 26.54 0.82 0.37
Hex AD 56 11 0 32 5A 20 1B 52 25
Octal 255 126 21 0 62 132 40 33 122 45
Binary 10101101 1010110 10001 0 110010 1011010 100000 11011 1010010 100101

Color Harmonies of #AD5611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5611

Black with #AD5611

Text Example


Text Example

White with #AD5611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5611; }

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

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

background-color css

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

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

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

border-color css

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

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

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