Shades of Golden Brown #AF6513
Tints of Golden Brown #AF6513
RGB
CMYK
RGB Variations
Color information
#AF6513 (or 0xAF6513) is known color: Golden Brown. HEX triplet: AF, 65 and 13. RGB value is (175,101,19). Sum of RGB (Red+Green+Blue) = 175+101+19=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6513 is #509AEC. Grayscale: #727272. Windows color (decimal): -5282541 or 1271215. OLE color: 1271215.
HSL color Cylindrical-coordinate representation of color #AF6513: hue angle of 31.54º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF6513 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 19 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.31 |
| HSL | 31.54º | 0.8% | 0.38% | - |
| HSV(B) | 31.54º | 0.89% | 0.69% | - |
| XYZ | 22.45 | 18.47 | 3 | - |
| YUV | 113.78 | 74.52 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 19 | 0 | 0.42 | 0.89 | 0.31 | 31.54 | 0.8 | 0.38 |
| Hex | AF | 65 | 13 | 0 | 2A | 59 | 1F | 20 | 50 | 26 |
| Octal | 257 | 145 | 23 | 0 | 52 | 131 | 37 | 40 | 120 | 46 |
| Binary | 10101111 | 1100101 | 10011 | 0 | 101010 | 1011001 | 11111 | 100000 | 1010000 | 100110 |
Color Harmonies of #AF6513
Complementary color
Monochromatic Colors of #AF6513
Black with #AF6513
Text Example
Text Example
White with #AF6513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6513; }
p { color: rgb(175,101,19); }
H1.HeaderClassName
{
color: #AF6513;
}
.AnyTagClassName
{
color: #AF6513;
}
</style>
background-color css
<style>
a { background-color: #AF6513; }
a { background-color: rgb(175,101,19); }
div.DivClassName
{
background-color: #AF6513;
}
.BgClassName
{
background-color: #AF6513;
}
</style>
border-color css
<style>
span { border-color: #AF6513; }
span { border-color: rgb(175,101,19); }
td.TdClassName
{
border-color: #AF6513;
}
.TagClassName
{
border-color: #AF6513;
}
</style>