Shades of Golden Brown #AF6D13
Tints of Golden Brown #AF6D13
RGB
CMYK
RGB Variations
Color information
#AF6D13 (or 0xAF6D13) is known color: Golden Brown. HEX triplet: AF, 6D and 13. RGB value is (175,109,19). Sum of RGB (Red+Green+Blue) = 175+109+19=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6D13 is #5092EC. Grayscale: #767676. Windows color (decimal): -5280493 or 1273263. OLE color: 1273263.
HSL color Cylindrical-coordinate representation of color #AF6D13: hue angle of 34.62º 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 #AF6D13 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 109 | 19 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.31 |
| HSL | 34.62º | 0.8% | 0.38% | - |
| HSV(B) | 34.62º | 0.89% | 0.69% | - |
| XYZ | 23.27 | 20.1 | 3.27 | - |
| YUV | 118.47 | 71.87 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 19 | 0 | 0.38 | 0.89 | 0.31 | 34.62 | 0.8 | 0.38 |
| Hex | AF | 6D | 13 | 0 | 26 | 59 | 1F | 23 | 50 | 26 |
| Octal | 257 | 155 | 23 | 0 | 46 | 131 | 37 | 43 | 120 | 46 |
| Binary | 10101111 | 1101101 | 10011 | 0 | 100110 | 1011001 | 11111 | 100011 | 1010000 | 100110 |
Color Harmonies of #AF6D13
Complementary color
Monochromatic Colors of #AF6D13
Black with #AF6D13
Text Example
Text Example
White with #AF6D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6D13; }
p { color: rgb(175,109,19); }
H1.HeaderClassName
{
color: #AF6D13;
}
.AnyTagClassName
{
color: #AF6D13;
}
</style>
background-color css
<style>
a { background-color: #AF6D13; }
a { background-color: rgb(175,109,19); }
div.DivClassName
{
background-color: #AF6D13;
}
.BgClassName
{
background-color: #AF6D13;
}
</style>
border-color css
<style>
span { border-color: #AF6D13; }
span { border-color: rgb(175,109,19); }
td.TdClassName
{
border-color: #AF6D13;
}
.TagClassName
{
border-color: #AF6D13;
}
</style>