Shades of Golden Brown #AF6D11
Tints of Golden Brown #AF6D11
RGB
CMYK
RGB Variations
Color information
#AF6D11 (or 0xAF6D11) is known color: Golden Brown. HEX triplet: AF, 6D and 11. RGB value is (175,109,17). Sum of RGB (Red+Green+Blue) = 175+109+17=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6D11 is #5092EE. Grayscale: #767676. Windows color (decimal): -5280495 or 1142191. OLE color: 1142191.
HSL color Cylindrical-coordinate representation of color #AF6D11: hue angle of 34.94º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF6D11 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 109 | 17 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.31 |
| HSL | 34.94º | 0.82% | 0.38% | - |
| HSV(B) | 34.94º | 0.9% | 0.69% | - |
| XYZ | 23.25 | 20.09 | 3.18 | - |
| YUV | 118.25 | 70.87 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 17 | 0 | 0.38 | 0.90 | 0.31 | 34.94 | 0.82 | 0.38 |
| Hex | AF | 6D | 11 | 0 | 26 | 5A | 1F | 23 | 52 | 26 |
| Octal | 257 | 155 | 21 | 0 | 46 | 132 | 37 | 43 | 122 | 46 |
| Binary | 10101111 | 1101101 | 10001 | 0 | 100110 | 1011010 | 11111 | 100011 | 1010010 | 100110 |
Color Harmonies of #AF6D11
Complementary color
Monochromatic Colors of #AF6D11
Black with #AF6D11
Text Example
Text Example
White with #AF6D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6D11; }
p { color: rgb(175,109,17); }
H1.HeaderClassName
{
color: #AF6D11;
}
.AnyTagClassName
{
color: #AF6D11;
}
</style>
background-color css
<style>
a { background-color: #AF6D11; }
a { background-color: rgb(175,109,17); }
div.DivClassName
{
background-color: #AF6D11;
}
.BgClassName
{
background-color: #AF6D11;
}
</style>
border-color css
<style>
span { border-color: #AF6D11; }
span { border-color: rgb(175,109,17); }
td.TdClassName
{
border-color: #AF6D11;
}
.TagClassName
{
border-color: #AF6D11;
}
</style>