Shades of Golden Brown #AD5C0F
Tints of Golden Brown #AD5C0F
RGB
CMYK
RGB Variations
Color information
#AD5C0F (or 0xAD5C0F) is known color: Golden Brown. HEX triplet: AD, 5C and 0F. RGB value is (173,92,15). Sum of RGB (Red+Green+Blue) = 173+92+15=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5C0F is #52A3F0. Grayscale: #6B6B6B. Windows color (decimal): -5415921 or 1006765. OLE color: 1006765.
HSL color Cylindrical-coordinate representation of color #AD5C0F: hue angle of 29.24º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD5C0F is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 92 | 15 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.32 |
| HSL | 29.24º | 0.84% | 0.37% | - |
| HSV(B) | 29.24º | 0.91% | 0.68% | - |
| XYZ | 21.15 | 16.57 | 2.54 | - |
| YUV | 107.44 | 75.84 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 15 | 0 | 0.47 | 0.91 | 0.32 | 29.24 | 0.84 | 0.37 |
| Hex | AD | 5C | F | 0 | 2F | 5B | 20 | 1D | 54 | 25 |
| Octal | 255 | 134 | 17 | 0 | 57 | 133 | 40 | 35 | 124 | 45 |
| Binary | 10101101 | 1011100 | 1111 | 0 | 101111 | 1011011 | 100000 | 11101 | 1010100 | 100101 |
Color Harmonies of #AD5C0F
Complementary color
Monochromatic Colors of #AD5C0F
Black with #AD5C0F
Text Example
Text Example
White with #AD5C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5C0F; }
p { color: rgb(173,92,15); }
H1.HeaderClassName
{
color: #AD5C0F;
}
.AnyTagClassName
{
color: #AD5C0F;
}
</style>
background-color css
<style>
a { background-color: #AD5C0F; }
a { background-color: rgb(173,92,15); }
div.DivClassName
{
background-color: #AD5C0F;
}
.BgClassName
{
background-color: #AD5C0F;
}
</style>
border-color css
<style>
span { border-color: #AD5C0F; }
span { border-color: rgb(173,92,15); }
td.TdClassName
{
border-color: #AD5C0F;
}
.TagClassName
{
border-color: #AD5C0F;
}
</style>