Shades of Golden Brown #AD5E14
Tints of Golden Brown #AD5E14
RGB
CMYK
RGB Variations
Color information
#AD5E14 (or 0xAD5E14) is known color: Golden Brown. HEX triplet: AD, 5E and 14. RGB value is (173,94,20). Sum of RGB (Red+Green+Blue) = 173+94+20=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5E14 is #52A1EB. Grayscale: #6D6D6D. Windows color (decimal): -5415404 or 1334957. OLE color: 1334957.
HSL color Cylindrical-coordinate representation of color #AD5E14: hue angle of 29.02º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD5E14 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 20 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.32 |
| HSL | 29.02º | 0.79% | 0.38% | - |
| HSV(B) | 29.02º | 0.88% | 0.68% | - |
| XYZ | 21.36 | 16.94 | 2.81 | - |
| YUV | 109.19 | 77.67 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 20 | 0 | 0.46 | 0.88 | 0.32 | 29.02 | 0.79 | 0.38 |
| Hex | AD | 5E | 14 | 0 | 2E | 58 | 20 | 1D | 4F | 26 |
| Octal | 255 | 136 | 24 | 0 | 56 | 130 | 40 | 35 | 117 | 46 |
| Binary | 10101101 | 1011110 | 10100 | 0 | 101110 | 1011000 | 100000 | 11101 | 1001111 | 100110 |
Color Harmonies of #AD5E14
Complementary color
Monochromatic Colors of #AD5E14
Black with #AD5E14
Text Example
Text Example
White with #AD5E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5E14; }
p { color: rgb(173,94,20); }
H1.HeaderClassName
{
color: #AD5E14;
}
.AnyTagClassName
{
color: #AD5E14;
}
</style>
background-color css
<style>
a { background-color: #AD5E14; }
a { background-color: rgb(173,94,20); }
div.DivClassName
{
background-color: #AD5E14;
}
.BgClassName
{
background-color: #AD5E14;
}
</style>
border-color css
<style>
span { border-color: #AD5E14; }
span { border-color: rgb(173,94,20); }
td.TdClassName
{
border-color: #AD5E14;
}
.TagClassName
{
border-color: #AD5E14;
}
</style>