Shades of Golden Brown #AD690F
Tints of Golden Brown #AD690F
RGB
CMYK
RGB Variations
Color information
#AD690F (or 0xAD690F) is known color: Golden Brown. HEX triplet: AD, 69 and 0F. RGB value is (173,105,15). Sum of RGB (Red+Green+Blue) = 173+105+15=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD690F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD690F is #5296F0. Grayscale: #737373. Windows color (decimal): -5412593 or 1010093. OLE color: 1010093.
HSL color Cylindrical-coordinate representation of color #AD690F: hue angle of 34.18º 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 #AD690F is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 15 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.32 |
| HSL | 34.18º | 0.84% | 0.37% | - |
| HSV(B) | 34.18º | 0.91% | 0.68% | - |
| XYZ | 22.37 | 19.02 | 2.94 | - |
| YUV | 115.07 | 71.53 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 15 | 0 | 0.39 | 0.91 | 0.32 | 34.18 | 0.84 | 0.37 |
| Hex | AD | 69 | F | 0 | 27 | 5B | 20 | 22 | 54 | 25 |
| Octal | 255 | 151 | 17 | 0 | 47 | 133 | 40 | 42 | 124 | 45 |
| Binary | 10101101 | 1101001 | 1111 | 0 | 100111 | 1011011 | 100000 | 100010 | 1010100 | 100101 |
Color Harmonies of #AD690F
Complementary color
Monochromatic Colors of #AD690F
Black with #AD690F
Text Example
Text Example
White with #AD690F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD690F; }
p { color: rgb(173,105,15); }
H1.HeaderClassName
{
color: #AD690F;
}
.AnyTagClassName
{
color: #AD690F;
}
</style>
background-color css
<style>
a { background-color: #AD690F; }
a { background-color: rgb(173,105,15); }
div.DivClassName
{
background-color: #AD690F;
}
.BgClassName
{
background-color: #AD690F;
}
</style>
border-color css
<style>
span { border-color: #AD690F; }
span { border-color: rgb(173,105,15); }
td.TdClassName
{
border-color: #AD690F;
}
.TagClassName
{
border-color: #AD690F;
}
</style>