Shades of Golden Brown #AF6817
Tints of Golden Brown #AF6817
RGB
CMYK
RGB Variations
Color information
#AF6817 (or 0xAF6817) is known color: Golden Brown. HEX triplet: AF, 68 and 17. RGB value is (175,104,23). Sum of RGB (Red+Green+Blue) = 175+104+23=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6817 is #5097E8. Grayscale: #747474. Windows color (decimal): -5281769 or 1534127. OLE color: 1534127.
HSL color Cylindrical-coordinate representation of color #AF6817: hue angle of 31.97º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF6817 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 23 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.31 |
| HSL | 31.97º | 0.77% | 0.39% | - |
| HSV(B) | 31.97º | 0.87% | 0.69% | - |
| XYZ | 22.78 | 19.08 | 3.29 | - |
| YUV | 116 | 75.52 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 23 | 0 | 0.41 | 0.87 | 0.31 | 31.97 | 0.77 | 0.39 |
| Hex | AF | 68 | 17 | 0 | 29 | 57 | 1F | 20 | 4D | 27 |
| Octal | 257 | 150 | 27 | 0 | 51 | 127 | 37 | 40 | 115 | 47 |
| Binary | 10101111 | 1101000 | 10111 | 0 | 101001 | 1010111 | 11111 | 100000 | 1001101 | 100111 |
Color Harmonies of #AF6817
Complementary color
Monochromatic Colors of #AF6817
Black with #AF6817
Text Example
Text Example
White with #AF6817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6817; }
p { color: rgb(175,104,23); }
H1.HeaderClassName
{
color: #AF6817;
}
.AnyTagClassName
{
color: #AF6817;
}
</style>
background-color css
<style>
a { background-color: #AF6817; }
a { background-color: rgb(175,104,23); }
div.DivClassName
{
background-color: #AF6817;
}
.BgClassName
{
background-color: #AF6817;
}
</style>
border-color css
<style>
span { border-color: #AF6817; }
span { border-color: rgb(175,104,23); }
td.TdClassName
{
border-color: #AF6817;
}
.TagClassName
{
border-color: #AF6817;
}
</style>