Shades of Golden Brown #AF6411
Tints of Golden Brown #AF6411
RGB
CMYK
RGB Variations
Color information
#AF6411 (or 0xAF6411) is known color: Golden Brown. HEX triplet: AF, 64 and 11. RGB value is (175,100,17). Sum of RGB (Red+Green+Blue) = 175+100+17=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6411 is #509BEE. Grayscale: #717171. Windows color (decimal): -5282799 or 1139887. OLE color: 1139887.
HSL color Cylindrical-coordinate representation of color #AF6411: hue angle of 31.52º 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 #AF6411 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 17 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.31 |
| HSL | 31.52º | 0.82% | 0.38% | - |
| HSV(B) | 31.52º | 0.9% | 0.69% | - |
| XYZ | 22.34 | 18.27 | 2.88 | - |
| YUV | 112.96 | 73.85 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 17 | 0 | 0.43 | 0.90 | 0.31 | 31.52 | 0.82 | 0.38 |
| Hex | AF | 64 | 11 | 0 | 2B | 5A | 1F | 20 | 52 | 26 |
| Octal | 257 | 144 | 21 | 0 | 53 | 132 | 37 | 40 | 122 | 46 |
| Binary | 10101111 | 1100100 | 10001 | 0 | 101011 | 1011010 | 11111 | 100000 | 1010010 | 100110 |
Color Harmonies of #AF6411
Complementary color
Monochromatic Colors of #AF6411
Black with #AF6411
Text Example
Text Example
White with #AF6411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6411; }
p { color: rgb(175,100,17); }
H1.HeaderClassName
{
color: #AF6411;
}
.AnyTagClassName
{
color: #AF6411;
}
</style>
background-color css
<style>
a { background-color: #AF6411; }
a { background-color: rgb(175,100,17); }
div.DivClassName
{
background-color: #AF6411;
}
.BgClassName
{
background-color: #AF6411;
}
</style>
border-color css
<style>
span { border-color: #AF6411; }
span { border-color: rgb(175,100,17); }
td.TdClassName
{
border-color: #AF6411;
}
.TagClassName
{
border-color: #AF6411;
}
</style>