Shades of Golden Brown #AF6E12
Tints of Golden Brown #AF6E12
RGB
CMYK
RGB Variations
Color information
#AF6E12 (or 0xAF6E12) is known color: Golden Brown. HEX triplet: AF, 6E and 12. RGB value is (175,110,18). Sum of RGB (Red+Green+Blue) = 175+110+18=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6E12 is #5091ED. Grayscale: #777777. Windows color (decimal): -5280238 or 1207983. OLE color: 1207983.
HSL color Cylindrical-coordinate representation of color #AF6E12: hue angle of 35.16º 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 #AF6E12 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 110 | 18 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.31 |
| HSL | 35.16º | 0.81% | 0.38% | - |
| HSV(B) | 35.16º | 0.9% | 0.69% | - |
| XYZ | 23.36 | 20.31 | 3.26 | - |
| YUV | 118.95 | 71.03 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 18 | 0 | 0.37 | 0.90 | 0.31 | 35.16 | 0.81 | 0.38 |
| Hex | AF | 6E | 12 | 0 | 25 | 5A | 1F | 23 | 51 | 26 |
| Octal | 257 | 156 | 22 | 0 | 45 | 132 | 37 | 43 | 121 | 46 |
| Binary | 10101111 | 1101110 | 10010 | 0 | 100101 | 1011010 | 11111 | 100011 | 1010001 | 100110 |
Color Harmonies of #AF6E12
Complementary color
Monochromatic Colors of #AF6E12
Black with #AF6E12
Text Example
Text Example
White with #AF6E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6E12; }
p { color: rgb(175,110,18); }
H1.HeaderClassName
{
color: #AF6E12;
}
.AnyTagClassName
{
color: #AF6E12;
}
</style>
background-color css
<style>
a { background-color: #AF6E12; }
a { background-color: rgb(175,110,18); }
div.DivClassName
{
background-color: #AF6E12;
}
.BgClassName
{
background-color: #AF6E12;
}
</style>
border-color css
<style>
span { border-color: #AF6E12; }
span { border-color: rgb(175,110,18); }
td.TdClassName
{
border-color: #AF6E12;
}
.TagClassName
{
border-color: #AF6E12;
}
</style>