#AD511B

Color #AD511B Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #AD511B

Tints of Rich Gold #AD511B

Color information

#AD511B (or 0xAD511B) is unknown color: approx Rich Gold. HEX triplet: AD, 51 and 1B. RGB value is (173,81,27). Sum of RGB (Red+Green+Blue) = 173+81+27=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD511B is #52AEE4. Grayscale: #666666. Windows color (decimal): -5418725 or 1790381. OLE color: 1790381.

HSL color Cylindrical-coordinate representation of color #AD511B: hue angle of 22.19º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD511B is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB1738127-
CMYK00.530.840.32
HSL22.19º73%39.22%-
HSV(B)22.19º84.39%67.84%-
XYZ20.3714.852.83-
YUV102.3585.48178.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 61.57%
GREEN value IS 81 (32.03% from 255) = 28.83%
BLUE value IS 27 (10.94% from 255) = 9.61%
R=61.57%
G=28.83%
B=9.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173812700.530.840.3222.197339.22
HexAD511B0355420164927
Octal25512133065124402611147
Binary1010110110100011101101101011010100100000101101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD511B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD511B; }

 p { color: rgb(173,81,27); }

 H1.HeaderClassName
 {
   color: #AD511B;
 }
 .AnyTagClassName
 {
   color: #AD511B;
 }
</style>
background-color css

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

 a { background-color: rgb(173,81,27); }

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

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

 span { border-color: rgb(173,81,27); }

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