Shades of Golden Brown #AF6F11
Tints of Golden Brown #AF6F11
RGB
CMYK
RGB Variations
Color information
#AF6F11 (or 0xAF6F11) is known color: Golden Brown. HEX triplet: AF, 6F and 11. RGB value is (175,111,17). Sum of RGB (Red+Green+Blue) = 175+111+17=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6F11 is #5090EE. Grayscale: #777777. Windows color (decimal): -5279983 or 1142703. OLE color: 1142703.
HSL color Cylindrical-coordinate representation of color #AF6F11: hue angle of 35.7º 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 #AF6F11 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 111 | 17 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.31 |
| HSL | 35.7º | 0.82% | 0.38% | - |
| HSV(B) | 35.7º | 0.9% | 0.69% | - |
| XYZ | 23.46 | 20.52 | 3.25 | - |
| YUV | 119.42 | 70.2 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 17 | 0 | 0.37 | 0.90 | 0.31 | 35.7 | 0.82 | 0.38 |
| Hex | AF | 6F | 11 | 0 | 25 | 5A | 1F | 24 | 52 | 26 |
| Octal | 257 | 157 | 21 | 0 | 45 | 132 | 37 | 44 | 122 | 46 |
| Binary | 10101111 | 1101111 | 10001 | 0 | 100101 | 1011010 | 11111 | 100100 | 1010010 | 100110 |
Color Harmonies of #AF6F11
Complementary color
Monochromatic Colors of #AF6F11
Black with #AF6F11
Text Example
Text Example
White with #AF6F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6F11; }
p { color: rgb(175,111,17); }
H1.HeaderClassName
{
color: #AF6F11;
}
.AnyTagClassName
{
color: #AF6F11;
}
</style>
background-color css
<style>
a { background-color: #AF6F11; }
a { background-color: rgb(175,111,17); }
div.DivClassName
{
background-color: #AF6F11;
}
.BgClassName
{
background-color: #AF6F11;
}
</style>
border-color css
<style>
span { border-color: #AF6F11; }
span { border-color: rgb(175,111,17); }
td.TdClassName
{
border-color: #AF6F11;
}
.TagClassName
{
border-color: #AF6F11;
}
</style>