Shades of Golden Brown #AF6E13
Tints of Golden Brown #AF6E13
RGB
CMYK
RGB Variations
Color information
#AF6E13 (or 0xAF6E13) is known color: Golden Brown. HEX triplet: AF, 6E and 13. RGB value is (175,110,19). Sum of RGB (Red+Green+Blue) = 175+110+19=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6E13 is #5091EC. Grayscale: #777777. Windows color (decimal): -5280237 or 1273519. OLE color: 1273519.
HSL color Cylindrical-coordinate representation of color #AF6E13: hue angle of 35º 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 #AF6E13 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 110 | 19 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.31 |
| HSL | 35º | 0.8% | 0.38% | - |
| HSV(B) | 35º | 0.89% | 0.69% | - |
| XYZ | 23.37 | 20.31 | 3.3 | - |
| YUV | 119.06 | 71.53 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 19 | 0 | 0.37 | 0.89 | 0.31 | 35 | 0.8 | 0.38 |
| Hex | AF | 6E | 13 | 0 | 25 | 59 | 1F | 23 | 50 | 26 |
| Octal | 257 | 156 | 23 | 0 | 45 | 131 | 37 | 43 | 120 | 46 |
| Binary | 10101111 | 1101110 | 10011 | 0 | 100101 | 1011001 | 11111 | 100011 | 1010000 | 100110 |
Color Harmonies of #AF6E13
Complementary color
Monochromatic Colors of #AF6E13
Black with #AF6E13
Text Example
Text Example
White with #AF6E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6E13; }
p { color: rgb(175,110,19); }
H1.HeaderClassName
{
color: #AF6E13;
}
.AnyTagClassName
{
color: #AF6E13;
}
</style>
background-color css
<style>
a { background-color: #AF6E13; }
a { background-color: rgb(175,110,19); }
div.DivClassName
{
background-color: #AF6E13;
}
.BgClassName
{
background-color: #AF6E13;
}
</style>
border-color css
<style>
span { border-color: #AF6E13; }
span { border-color: rgb(175,110,19); }
td.TdClassName
{
border-color: #AF6E13;
}
.TagClassName
{
border-color: #AF6E13;
}
</style>