Shades of Golden Brown #AF6614
Tints of Golden Brown #AF6614
RGB
CMYK
RGB Variations
Color information
#AF6614 (or 0xAF6614) is known color: Golden Brown. HEX triplet: AF, 66 and 14. RGB value is (175,102,20). Sum of RGB (Red+Green+Blue) = 175+102+20=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6614 is #5099EB. Grayscale: #727272. Windows color (decimal): -5282284 or 1337007. OLE color: 1337007.
HSL color Cylindrical-coordinate representation of color #AF6614: hue angle of 31.74º 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 #AF6614 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 20 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.31 |
| HSL | 31.74º | 0.79% | 0.38% | - |
| HSV(B) | 31.74º | 0.89% | 0.69% | - |
| XYZ | 22.56 | 18.67 | 3.08 | - |
| YUV | 114.48 | 74.68 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 20 | 0 | 0.42 | 0.89 | 0.31 | 31.74 | 0.79 | 0.38 |
| Hex | AF | 66 | 14 | 0 | 2A | 59 | 1F | 20 | 4F | 26 |
| Octal | 257 | 146 | 24 | 0 | 52 | 131 | 37 | 40 | 117 | 46 |
| Binary | 10101111 | 1100110 | 10100 | 0 | 101010 | 1011001 | 11111 | 100000 | 1001111 | 100110 |
Color Harmonies of #AF6614
Complementary color
Monochromatic Colors of #AF6614
Black with #AF6614
Text Example
Text Example
White with #AF6614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6614; }
p { color: rgb(175,102,20); }
H1.HeaderClassName
{
color: #AF6614;
}
.AnyTagClassName
{
color: #AF6614;
}
</style>
background-color css
<style>
a { background-color: #AF6614; }
a { background-color: rgb(175,102,20); }
div.DivClassName
{
background-color: #AF6614;
}
.BgClassName
{
background-color: #AF6614;
}
</style>
border-color css
<style>
span { border-color: #AF6614; }
span { border-color: rgb(175,102,20); }
td.TdClassName
{
border-color: #AF6614;
}
.TagClassName
{
border-color: #AF6614;
}
</style>