Shades of Rich Gold #AD541B
Tints of Rich Gold #AD541B
RGB
CMYK
RGB Variations
Color information
#AD541B (or 0xAD541B) is known color: Rich Gold. HEX triplet: AD, 54 and 1B. RGB value is (173,84,27). Sum of RGB (Red+Green+Blue) = 173+84+27=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD541B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD541B is #52ABE4. Grayscale: #686868. Windows color (decimal): -5417957 or 1791149. OLE color: 1791149.
HSL color Cylindrical-coordinate representation of color #AD541B: hue angle of 23.42º 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 #AD541B is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 27 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.32 |
| HSL | 23.42º | 0.73% | 0.39% | - |
| HSV(B) | 23.42º | 0.84% | 0.68% | - |
| XYZ | 20.6 | 15.3 | 2.91 | - |
| YUV | 104.11 | 84.49 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 27 | 0 | 0.51 | 0.84 | 0.32 | 23.42 | 0.73 | 0.39 |
| Hex | AD | 54 | 1B | 0 | 33 | 54 | 20 | 17 | 49 | 27 |
| Octal | 255 | 124 | 33 | 0 | 63 | 124 | 40 | 27 | 111 | 47 |
| Binary | 10101101 | 1010100 | 11011 | 0 | 110011 | 1010100 | 100000 | 10111 | 1001001 | 100111 |
Color Harmonies of #AD541B
Complementary color
Monochromatic Colors of #AD541B
Black with #AD541B
Text Example
Text Example
White with #AD541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD541B; }
p { color: rgb(173,84,27); }
H1.HeaderClassName
{
color: #AD541B;
}
.AnyTagClassName
{
color: #AD541B;
}
</style>
background-color css
<style>
a { background-color: #AD541B; }
a { background-color: rgb(173,84,27); }
div.DivClassName
{
background-color: #AD541B;
}
.BgClassName
{
background-color: #AD541B;
}
</style>
border-color css
<style>
span { border-color: #AD541B; }
span { border-color: rgb(173,84,27); }
td.TdClassName
{
border-color: #AD541B;
}
.TagClassName
{
border-color: #AD541B;
}
</style>