Shades of Golden Brown #AF6413
Tints of Golden Brown #AF6413
RGB
CMYK
RGB Variations
Color information
#AF6413 (or 0xAF6413) is known color: Golden Brown. HEX triplet: AF, 64 and 13. RGB value is (175,100,19). Sum of RGB (Red+Green+Blue) = 175+100+19=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6413 is #509BEC. Grayscale: #717171. Windows color (decimal): -5282797 or 1270959. OLE color: 1270959.
HSL color Cylindrical-coordinate representation of color #AF6413: hue angle of 31.15º 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 #AF6413 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 19 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.31 |
| HSL | 31.15º | 0.8% | 0.38% | - |
| HSV(B) | 31.15º | 0.89% | 0.69% | - |
| XYZ | 22.35 | 18.28 | 2.97 | - |
| YUV | 113.19 | 74.85 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 19 | 0 | 0.43 | 0.89 | 0.31 | 31.15 | 0.8 | 0.38 |
| Hex | AF | 64 | 13 | 0 | 2B | 59 | 1F | 1F | 50 | 26 |
| Octal | 257 | 144 | 23 | 0 | 53 | 131 | 37 | 37 | 120 | 46 |
| Binary | 10101111 | 1100100 | 10011 | 0 | 101011 | 1011001 | 11111 | 11111 | 1010000 | 100110 |
Color Harmonies of #AF6413
Complementary color
Monochromatic Colors of #AF6413
Black with #AF6413
Text Example
Text Example
White with #AF6413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6413; }
p { color: rgb(175,100,19); }
H1.HeaderClassName
{
color: #AF6413;
}
.AnyTagClassName
{
color: #AF6413;
}
</style>
background-color css
<style>
a { background-color: #AF6413; }
a { background-color: rgb(175,100,19); }
div.DivClassName
{
background-color: #AF6413;
}
.BgClassName
{
background-color: #AF6413;
}
</style>
border-color css
<style>
span { border-color: #AF6413; }
span { border-color: rgb(175,100,19); }
td.TdClassName
{
border-color: #AF6413;
}
.TagClassName
{
border-color: #AF6413;
}
</style>