Shades of Golden Brown #AD5C0A
Tints of Golden Brown #AD5C0A
RGB
CMYK
RGB Variations
Color information
#AD5C0A (or 0xAD5C0A) is known color: Golden Brown. HEX triplet: AD, 5C and 0A. RGB value is (173,92,10). Sum of RGB (Red+Green+Blue) = 173+92+10=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5C0A is #52A3F5. Grayscale: #6B6B6B. Windows color (decimal): -5415926 or 679085. OLE color: 679085.
HSL color Cylindrical-coordinate representation of color #AD5C0A: hue angle of 30.18º degrees, saturation: 0.89, 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 #AD5C0A is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 92 | 10 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.32 |
| HSL | 30.18º | 0.89% | 0.36% | - |
| HSV(B) | 30.18º | 0.94% | 0.68% | - |
| XYZ | 21.12 | 16.56 | 2.37 | - |
| YUV | 106.87 | 73.34 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 10 | 0 | 0.47 | 0.94 | 0.32 | 30.18 | 0.89 | 0.36 |
| Hex | AD | 5C | A | 0 | 2F | 5E | 20 | 1E | 59 | 24 |
| Octal | 255 | 134 | 12 | 0 | 57 | 136 | 40 | 36 | 131 | 44 |
| Binary | 10101101 | 1011100 | 1010 | 0 | 101111 | 1011110 | 100000 | 11110 | 1011001 | 100100 |
Color Harmonies of #AD5C0A
Complementary color
Monochromatic Colors of #AD5C0A
Black with #AD5C0A
Text Example
Text Example
White with #AD5C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5C0A; }
p { color: rgb(173,92,10); }
H1.HeaderClassName
{
color: #AD5C0A;
}
.AnyTagClassName
{
color: #AD5C0A;
}
</style>
background-color css
<style>
a { background-color: #AD5C0A; }
a { background-color: rgb(173,92,10); }
div.DivClassName
{
background-color: #AD5C0A;
}
.BgClassName
{
background-color: #AD5C0A;
}
</style>
border-color css
<style>
span { border-color: #AD5C0A; }
span { border-color: rgb(173,92,10); }
td.TdClassName
{
border-color: #AD5C0A;
}
.TagClassName
{
border-color: #AD5C0A;
}
</style>