Shades of Golden Brown #AD610B
Tints of Golden Brown #AD610B
RGB
CMYK
RGB Variations
Color information
#AD610B (or 0xAD610B) is known color: Golden Brown. HEX triplet: AD, 61 and 0B. RGB value is (173,97,11). Sum of RGB (Red+Green+Blue) = 173+97+11=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD610B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD610B is #529EF4. Grayscale: #6E6E6E. Windows color (decimal): -5414645 or 745901. OLE color: 745901.
HSL color Cylindrical-coordinate representation of color #AD610B: hue angle of 31.85º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD610B is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 11 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.32 |
| HSL | 31.85º | 0.88% | 0.36% | - |
| HSV(B) | 31.85º | 0.94% | 0.68% | - |
| XYZ | 21.57 | 17.46 | 2.55 | - |
| YUV | 109.92 | 72.18 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 11 | 0 | 0.44 | 0.94 | 0.32 | 31.85 | 0.88 | 0.36 |
| Hex | AD | 61 | B | 0 | 2C | 5E | 20 | 20 | 58 | 24 |
| Octal | 255 | 141 | 13 | 0 | 54 | 136 | 40 | 40 | 130 | 44 |
| Binary | 10101101 | 1100001 | 1011 | 0 | 101100 | 1011110 | 100000 | 100000 | 1011000 | 100100 |
Color Harmonies of #AD610B
Complementary color
Monochromatic Colors of #AD610B
Black with #AD610B
Text Example
Text Example
White with #AD610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD610B; }
p { color: rgb(173,97,11); }
H1.HeaderClassName
{
color: #AD610B;
}
.AnyTagClassName
{
color: #AD610B;
}
</style>
background-color css
<style>
a { background-color: #AD610B; }
a { background-color: rgb(173,97,11); }
div.DivClassName
{
background-color: #AD610B;
}
.BgClassName
{
background-color: #AD610B;
}
</style>
border-color css
<style>
span { border-color: #AD610B; }
span { border-color: rgb(173,97,11); }
td.TdClassName
{
border-color: #AD610B;
}
.TagClassName
{
border-color: #AD610B;
}
</style>