Shades of Golden Brown #AF6713
Tints of Golden Brown #AF6713
RGB
CMYK
RGB Variations
Color information
#AF6713 (or 0xAF6713) is known color: Golden Brown. HEX triplet: AF, 67 and 13. RGB value is (175,103,19). Sum of RGB (Red+Green+Blue) = 175+103+19=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6713 is #5098EC. Grayscale: #737373. Windows color (decimal): -5282029 or 1271727. OLE color: 1271727.
HSL color Cylindrical-coordinate representation of color #AF6713: hue angle of 32.31º 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 #AF6713 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 19 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.31 |
| HSL | 32.31º | 0.8% | 0.38% | - |
| HSV(B) | 32.31º | 0.89% | 0.69% | - |
| XYZ | 22.65 | 18.86 | 3.06 | - |
| YUV | 114.95 | 73.85 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 19 | 0 | 0.41 | 0.89 | 0.31 | 32.31 | 0.8 | 0.38 |
| Hex | AF | 67 | 13 | 0 | 29 | 59 | 1F | 20 | 50 | 26 |
| Octal | 257 | 147 | 23 | 0 | 51 | 131 | 37 | 40 | 120 | 46 |
| Binary | 10101111 | 1100111 | 10011 | 0 | 101001 | 1011001 | 11111 | 100000 | 1010000 | 100110 |
Color Harmonies of #AF6713
Complementary color
Monochromatic Colors of #AF6713
Black with #AF6713
Text Example
Text Example
White with #AF6713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6713; }
p { color: rgb(175,103,19); }
H1.HeaderClassName
{
color: #AF6713;
}
.AnyTagClassName
{
color: #AF6713;
}
</style>
background-color css
<style>
a { background-color: #AF6713; }
a { background-color: rgb(175,103,19); }
div.DivClassName
{
background-color: #AF6713;
}
.BgClassName
{
background-color: #AF6713;
}
</style>
border-color css
<style>
span { border-color: #AF6713; }
span { border-color: rgb(175,103,19); }
td.TdClassName
{
border-color: #AF6713;
}
.TagClassName
{
border-color: #AF6713;
}
</style>