Shades of Golden Brown #AF6511
Tints of Golden Brown #AF6511
RGB
CMYK
RGB Variations
Color information
#AF6511 (or 0xAF6511) is known color: Golden Brown. HEX triplet: AF, 65 and 11. RGB value is (175,101,17). Sum of RGB (Red+Green+Blue) = 175+101+17=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6511 is #509AEE. Grayscale: #717171. Windows color (decimal): -5282543 or 1140143. OLE color: 1140143.
HSL color Cylindrical-coordinate representation of color #AF6511: hue angle of 31.9º 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 #AF6511 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 17 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.31 |
| HSL | 31.9º | 0.82% | 0.38% | - |
| HSV(B) | 31.9º | 0.9% | 0.69% | - |
| XYZ | 22.43 | 18.46 | 2.91 | - |
| YUV | 113.55 | 73.52 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 17 | 0 | 0.42 | 0.90 | 0.31 | 31.9 | 0.82 | 0.38 |
| Hex | AF | 65 | 11 | 0 | 2A | 5A | 1F | 20 | 52 | 26 |
| Octal | 257 | 145 | 21 | 0 | 52 | 132 | 37 | 40 | 122 | 46 |
| Binary | 10101111 | 1100101 | 10001 | 0 | 101010 | 1011010 | 11111 | 100000 | 1010010 | 100110 |
Color Harmonies of #AF6511
Complementary color
Monochromatic Colors of #AF6511
Black with #AF6511
Text Example
Text Example
White with #AF6511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6511; }
p { color: rgb(175,101,17); }
H1.HeaderClassName
{
color: #AF6511;
}
.AnyTagClassName
{
color: #AF6511;
}
</style>
background-color css
<style>
a { background-color: #AF6511; }
a { background-color: rgb(175,101,17); }
div.DivClassName
{
background-color: #AF6511;
}
.BgClassName
{
background-color: #AF6511;
}
</style>
border-color css
<style>
span { border-color: #AF6511; }
span { border-color: rgb(175,101,17); }
td.TdClassName
{
border-color: #AF6511;
}
.TagClassName
{
border-color: #AF6511;
}
</style>