Shades of Golden Brown #AD5C10
Tints of Golden Brown #AD5C10
RGB
CMYK
RGB Variations
Color information
#AD5C10 (or 0xAD5C10) is known color: Golden Brown. HEX triplet: AD, 5C and 10. RGB value is (173,92,16). Sum of RGB (Red+Green+Blue) = 173+92+16=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5C10 is #52A3EF. Grayscale: #6B6B6B. Windows color (decimal): -5415920 or 1072301. OLE color: 1072301.
HSL color Cylindrical-coordinate representation of color #AD5C10: hue angle of 29.04º degrees, saturation: 0.83, 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 #AD5C10 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 92 | 16 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.32 |
| HSL | 29.04º | 0.83% | 0.37% | - |
| HSV(B) | 29.04º | 0.91% | 0.68% | - |
| XYZ | 21.15 | 16.58 | 2.57 | - |
| YUV | 107.56 | 76.34 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 16 | 0 | 0.47 | 0.91 | 0.32 | 29.04 | 0.83 | 0.37 |
| Hex | AD | 5C | 10 | 0 | 2F | 5B | 20 | 1D | 53 | 25 |
| Octal | 255 | 134 | 20 | 0 | 57 | 133 | 40 | 35 | 123 | 45 |
| Binary | 10101101 | 1011100 | 10000 | 0 | 101111 | 1011011 | 100000 | 11101 | 1010011 | 100101 |
Color Harmonies of #AD5C10
Complementary color
Monochromatic Colors of #AD5C10
Black with #AD5C10
Text Example
Text Example
White with #AD5C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5C10; }
p { color: rgb(173,92,16); }
H1.HeaderClassName
{
color: #AD5C10;
}
.AnyTagClassName
{
color: #AD5C10;
}
</style>
background-color css
<style>
a { background-color: #AD5C10; }
a { background-color: rgb(173,92,16); }
div.DivClassName
{
background-color: #AD5C10;
}
.BgClassName
{
background-color: #AD5C10;
}
</style>
border-color css
<style>
span { border-color: #AD5C10; }
span { border-color: rgb(173,92,16); }
td.TdClassName
{
border-color: #AD5C10;
}
.TagClassName
{
border-color: #AD5C10;
}
</style>