Shades of Golden Brown #AD5C05
Tints of Golden Brown #AD5C05
RGB
CMYK
RGB Variations
Color information
#AD5C05 (or 0xAD5C05) is known color: Golden Brown. HEX triplet: AD, 5C and 05. RGB value is (173,92,5). Sum of RGB (Red+Green+Blue) = 173+92+5=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5C05 is #52A3FA. Grayscale: #6A6A6A. Windows color (decimal): -5415931 or 351405. OLE color: 351405.
HSL color Cylindrical-coordinate representation of color #AD5C05: hue angle of 31.07º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD5C05 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 92 | 5 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.32 |
| HSL | 31.07º | 0.94% | 0.35% | - |
| HSV(B) | 31.07º | 0.97% | 0.68% | - |
| XYZ | 21.09 | 16.55 | 2.23 | - |
| YUV | 106.3 | 70.84 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 5 | 0 | 0.47 | 0.97 | 0.32 | 31.07 | 0.94 | 0.35 |
| Hex | AD | 5C | 5 | 0 | 2F | 61 | 20 | 1F | 5E | 23 |
| Octal | 255 | 134 | 5 | 0 | 57 | 141 | 40 | 37 | 136 | 43 |
| Binary | 10101101 | 1011100 | 101 | 0 | 101111 | 1100001 | 100000 | 11111 | 1011110 | 100011 |
Color Harmonies of #AD5C05
Complementary color
Monochromatic Colors of #AD5C05
Black with #AD5C05
Text Example
Text Example
White with #AD5C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5C05; }
p { color: rgb(173,92,5); }
H1.HeaderClassName
{
color: #AD5C05;
}
.AnyTagClassName
{
color: #AD5C05;
}
</style>
background-color css
<style>
a { background-color: #AD5C05; }
a { background-color: rgb(173,92,5); }
div.DivClassName
{
background-color: #AD5C05;
}
.BgClassName
{
background-color: #AD5C05;
}
</style>
border-color css
<style>
span { border-color: #AD5C05; }
span { border-color: rgb(173,92,5); }
td.TdClassName
{
border-color: #AD5C05;
}
.TagClassName
{
border-color: #AD5C05;
}
</style>