Shades of Rich Gold #AD531B
Tints of Rich Gold #AD531B
RGB
CMYK
RGB Variations
Color information
#AD531B (or 0xAD531B) is known color: Rich Gold. HEX triplet: AD, 53 and 1B. RGB value is (173,83,27). Sum of RGB (Red+Green+Blue) = 173+83+27=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD531B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD531B is #52ACE4. Grayscale: #676767. Windows color (decimal): -5418213 or 1790893. OLE color: 1790893.
HSL color Cylindrical-coordinate representation of color #AD531B: hue angle of 23.01º 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 #AD531B is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 27 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.32 |
| HSL | 23.01º | 0.73% | 0.39% | - |
| HSV(B) | 23.01º | 0.84% | 0.68% | - |
| XYZ | 20.52 | 15.15 | 2.88 | - |
| YUV | 103.53 | 84.82 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 27 | 0 | 0.52 | 0.84 | 0.32 | 23.01 | 0.73 | 0.39 |
| Hex | AD | 53 | 1B | 0 | 34 | 54 | 20 | 17 | 49 | 27 |
| Octal | 255 | 123 | 33 | 0 | 64 | 124 | 40 | 27 | 111 | 47 |
| Binary | 10101101 | 1010011 | 11011 | 0 | 110100 | 1010100 | 100000 | 10111 | 1001001 | 100111 |
Color Harmonies of #AD531B
Complementary color
Monochromatic Colors of #AD531B
Black with #AD531B
Text Example
Text Example
White with #AD531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD531B; }
p { color: rgb(173,83,27); }
H1.HeaderClassName
{
color: #AD531B;
}
.AnyTagClassName
{
color: #AD531B;
}
</style>
background-color css
<style>
a { background-color: #AD531B; }
a { background-color: rgb(173,83,27); }
div.DivClassName
{
background-color: #AD531B;
}
.BgClassName
{
background-color: #AD531B;
}
</style>
border-color css
<style>
span { border-color: #AD531B; }
span { border-color: rgb(173,83,27); }
td.TdClassName
{
border-color: #AD531B;
}
.TagClassName
{
border-color: #AD531B;
}
</style>