Shades of Golden Brown #AD5E09
Tints of Golden Brown #AD5E09
RGB
CMYK
RGB Variations
Color information
#AD5E09 (or 0xAD5E09) is known color: Golden Brown. HEX triplet: AD, 5E and 09. RGB value is (173,94,9). Sum of RGB (Red+Green+Blue) = 173+94+9=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5E09 is #52A1F6. Grayscale: #6C6C6C. Windows color (decimal): -5415415 or 614061. OLE color: 614061.
HSL color Cylindrical-coordinate representation of color #AD5E09: hue angle of 31.1º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD5E09 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 9 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.32 |
| HSL | 31.1º | 0.9% | 0.36% | - |
| HSV(B) | 31.1º | 0.95% | 0.68% | - |
| XYZ | 21.29 | 16.91 | 2.4 | - |
| YUV | 107.93 | 72.17 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 9 | 0 | 0.46 | 0.95 | 0.32 | 31.1 | 0.9 | 0.36 |
| Hex | AD | 5E | 9 | 0 | 2E | 5F | 20 | 1F | 5A | 24 |
| Octal | 255 | 136 | 11 | 0 | 56 | 137 | 40 | 37 | 132 | 44 |
| Binary | 10101101 | 1011110 | 1001 | 0 | 101110 | 1011111 | 100000 | 11111 | 1011010 | 100100 |
Color Harmonies of #AD5E09
Complementary color
Monochromatic Colors of #AD5E09
Black with #AD5E09
Text Example
Text Example
White with #AD5E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5E09; }
p { color: rgb(173,94,9); }
H1.HeaderClassName
{
color: #AD5E09;
}
.AnyTagClassName
{
color: #AD5E09;
}
</style>
background-color css
<style>
a { background-color: #AD5E09; }
a { background-color: rgb(173,94,9); }
div.DivClassName
{
background-color: #AD5E09;
}
.BgClassName
{
background-color: #AD5E09;
}
</style>
border-color css
<style>
span { border-color: #AD5E09; }
span { border-color: rgb(173,94,9); }
td.TdClassName
{
border-color: #AD5E09;
}
.TagClassName
{
border-color: #AD5E09;
}
</style>