Shades of Golden Brown #AF6412
Tints of Golden Brown #AF6412
RGB
CMYK
RGB Variations
Color information
#AF6412 (or 0xAF6412) is known color: Golden Brown. HEX triplet: AF, 64 and 12. RGB value is (175,100,18). Sum of RGB (Red+Green+Blue) = 175+100+18=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6412 is #509BED. Grayscale: #717171. Windows color (decimal): -5282798 or 1205423. OLE color: 1205423.
HSL color Cylindrical-coordinate representation of color #AF6412: hue angle of 31.34º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF6412 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 18 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.31 |
| HSL | 31.34º | 0.81% | 0.38% | - |
| HSV(B) | 31.34º | 0.9% | 0.69% | - |
| XYZ | 22.35 | 18.27 | 2.92 | - |
| YUV | 113.08 | 74.35 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 18 | 0 | 0.43 | 0.90 | 0.31 | 31.34 | 0.81 | 0.38 |
| Hex | AF | 64 | 12 | 0 | 2B | 5A | 1F | 1F | 51 | 26 |
| Octal | 257 | 144 | 22 | 0 | 53 | 132 | 37 | 37 | 121 | 46 |
| Binary | 10101111 | 1100100 | 10010 | 0 | 101011 | 1011010 | 11111 | 11111 | 1010001 | 100110 |
Color Harmonies of #AF6412
Complementary color
Monochromatic Colors of #AF6412
Black with #AF6412
Text Example
Text Example
White with #AF6412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6412; }
p { color: rgb(175,100,18); }
H1.HeaderClassName
{
color: #AF6412;
}
.AnyTagClassName
{
color: #AF6412;
}
</style>
background-color css
<style>
a { background-color: #AF6412; }
a { background-color: rgb(175,100,18); }
div.DivClassName
{
background-color: #AF6412;
}
.BgClassName
{
background-color: #AF6412;
}
</style>
border-color css
<style>
span { border-color: #AF6412; }
span { border-color: rgb(175,100,18); }
td.TdClassName
{
border-color: #AF6412;
}
.TagClassName
{
border-color: #AF6412;
}
</style>