Html Css Color HEX #AD5511 Rich Gold

📋 copy color: '#AD5511'

red 173 ◦ green 85 ◦ blue 17

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

Shades of Rich Gold #AD5511

Tints of Rich Gold #AD5511

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.91%

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

R = 62.91%
G = 30.91%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD5511 (or 0xAD5511) is known color: Rich Gold. HEX triplet: AD, 55 and 11. RGB value is (173,85,17). Sum of RGB (Red+Green+Blue) = 173+85+17=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5511 is #52AAEE. Grayscale: #676767. Windows color (decimal): -5417711 or 1136045. OLE color: 1136045.

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

Color convert

RGB 173 85 17 -
CMYK 0 0.51 0.90 0.32
HSL 26.15º 0.82% 0.37% -
HSV(B) 26.15º 0.9% 0.68% -
XYZ 20.58 15.42 2.42 -
YUV 103.56 79.15 177.53 -
System Red Green Blue C M Y K H S L
Decimal 173 85 17 0 0.51 0.90 0.32 26.15 0.82 0.37
Hex AD 55 11 0 33 5A 20 1A 52 25
Octal 255 125 21 0 63 132 40 32 122 45
Binary 10101101 1010101 10001 0 110011 1011010 100000 11010 1010010 100101

Color Harmonies of #AD5511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5511

Black with #AD5511

Text Example


Text Example

White with #AD5511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5511; }

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

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

background-color css

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

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

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

border-color css

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

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

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