Shades of Golden Brown #AF6F14
Tints of Golden Brown #AF6F14
RGB
CMYK
RGB Variations
Color information
#AF6F14 (or 0xAF6F14) is known color: Golden Brown. HEX triplet: AF, 6F and 14. RGB value is (175,111,20). Sum of RGB (Red+Green+Blue) = 175+111+20=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6F14 is #5090EB. Grayscale: #787878. Windows color (decimal): -5279980 or 1339311. OLE color: 1339311.
HSL color Cylindrical-coordinate representation of color #AF6F14: hue angle of 35.23º degrees, saturation: 0.79, 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 #AF6F14 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 111 | 20 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.31 |
| HSL | 35.23º | 0.79% | 0.38% | - |
| HSV(B) | 35.23º | 0.89% | 0.69% | - |
| XYZ | 23.49 | 20.53 | 3.39 | - |
| YUV | 119.76 | 71.7 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 20 | 0 | 0.37 | 0.89 | 0.31 | 35.23 | 0.79 | 0.38 |
| Hex | AF | 6F | 14 | 0 | 25 | 59 | 1F | 23 | 4F | 26 |
| Octal | 257 | 157 | 24 | 0 | 45 | 131 | 37 | 43 | 117 | 46 |
| Binary | 10101111 | 1101111 | 10100 | 0 | 100101 | 1011001 | 11111 | 100011 | 1001111 | 100110 |
Color Harmonies of #AF6F14
Complementary color
Monochromatic Colors of #AF6F14
Black with #AF6F14
Text Example
Text Example
White with #AF6F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6F14; }
p { color: rgb(175,111,20); }
H1.HeaderClassName
{
color: #AF6F14;
}
.AnyTagClassName
{
color: #AF6F14;
}
</style>
background-color css
<style>
a { background-color: #AF6F14; }
a { background-color: rgb(175,111,20); }
div.DivClassName
{
background-color: #AF6F14;
}
.BgClassName
{
background-color: #AF6F14;
}
</style>
border-color css
<style>
span { border-color: #AF6F14; }
span { border-color: rgb(175,111,20); }
td.TdClassName
{
border-color: #AF6F14;
}
.TagClassName
{
border-color: #AF6F14;
}
</style>