Shades of Golden Brown #AD5A0F
Tints of Golden Brown #AD5A0F
RGB
CMYK
RGB Variations
Color information
#AD5A0F (or 0xAD5A0F) is known color: Golden Brown. HEX triplet: AD, 5A and 0F. RGB value is (173,90,15). Sum of RGB (Red+Green+Blue) = 173+90+15=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5A0F is #52A5F0. Grayscale: #6A6A6A. Windows color (decimal): -5416433 or 1006253. OLE color: 1006253.
HSL color Cylindrical-coordinate representation of color #AD5A0F: hue angle of 28.48º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD5A0F is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 90 | 15 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.32 |
| HSL | 28.48º | 0.84% | 0.37% | - |
| HSV(B) | 28.48º | 0.91% | 0.68% | - |
| XYZ | 20.98 | 16.23 | 2.48 | - |
| YUV | 106.27 | 76.5 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 15 | 0 | 0.48 | 0.91 | 0.32 | 28.48 | 0.84 | 0.37 |
| Hex | AD | 5A | F | 0 | 30 | 5B | 20 | 1C | 54 | 25 |
| Octal | 255 | 132 | 17 | 0 | 60 | 133 | 40 | 34 | 124 | 45 |
| Binary | 10101101 | 1011010 | 1111 | 0 | 110000 | 1011011 | 100000 | 11100 | 1010100 | 100101 |
Color Harmonies of #AD5A0F
Complementary color
Monochromatic Colors of #AD5A0F
Black with #AD5A0F
Text Example
Text Example
White with #AD5A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5A0F; }
p { color: rgb(173,90,15); }
H1.HeaderClassName
{
color: #AD5A0F;
}
.AnyTagClassName
{
color: #AD5A0F;
}
</style>
background-color css
<style>
a { background-color: #AD5A0F; }
a { background-color: rgb(173,90,15); }
div.DivClassName
{
background-color: #AD5A0F;
}
.BgClassName
{
background-color: #AD5A0F;
}
</style>
border-color css
<style>
span { border-color: #AD5A0F; }
span { border-color: rgb(173,90,15); }
td.TdClassName
{
border-color: #AD5A0F;
}
.TagClassName
{
border-color: #AD5A0F;
}
</style>