Shades of Golden Brown #AD5E0C
Tints of Golden Brown #AD5E0C
RGB
CMYK
RGB Variations
Color information
#AD5E0C (or 0xAD5E0C) is known color: Golden Brown. HEX triplet: AD, 5E and 0C. RGB value is (173,94,12). Sum of RGB (Red+Green+Blue) = 173+94+12=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5E0C is #52A1F3. Grayscale: #6C6C6C. Windows color (decimal): -5415412 or 810669. OLE color: 810669.
HSL color Cylindrical-coordinate representation of color #AD5E0C: hue angle of 30.56º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD5E0C is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 12 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.32 |
| HSL | 30.56º | 0.87% | 0.36% | - |
| HSV(B) | 30.56º | 0.93% | 0.68% | - |
| XYZ | 21.3 | 16.92 | 2.49 | - |
| YUV | 108.27 | 73.67 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 12 | 0 | 0.46 | 0.93 | 0.32 | 30.56 | 0.87 | 0.36 |
| Hex | AD | 5E | C | 0 | 2E | 5D | 20 | 1F | 57 | 24 |
| Octal | 255 | 136 | 14 | 0 | 56 | 135 | 40 | 37 | 127 | 44 |
| Binary | 10101101 | 1011110 | 1100 | 0 | 101110 | 1011101 | 100000 | 11111 | 1010111 | 100100 |
Color Harmonies of #AD5E0C
Complementary color
Monochromatic Colors of #AD5E0C
Black with #AD5E0C
Text Example
Text Example
White with #AD5E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5E0C; }
p { color: rgb(173,94,12); }
H1.HeaderClassName
{
color: #AD5E0C;
}
.AnyTagClassName
{
color: #AD5E0C;
}
</style>
background-color css
<style>
a { background-color: #AD5E0C; }
a { background-color: rgb(173,94,12); }
div.DivClassName
{
background-color: #AD5E0C;
}
.BgClassName
{
background-color: #AD5E0C;
}
</style>
border-color css
<style>
span { border-color: #AD5E0C; }
span { border-color: rgb(173,94,12); }
td.TdClassName
{
border-color: #AD5E0C;
}
.TagClassName
{
border-color: #AD5E0C;
}
</style>