Shades of Golden Brown #AF6211
Tints of Golden Brown #AF6211
RGB
CMYK
RGB Variations
Color information
#AF6211 (or 0xAF6211) is known color: Golden Brown. HEX triplet: AF, 62 and 11. RGB value is (175,98,17). Sum of RGB (Red+Green+Blue) = 175+98+17=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 17 (7.03% from 255 or 5.86% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6211 is #509DEE. Grayscale: #707070. Windows color (decimal): -5283311 or 1139375. OLE color: 1139375.
HSL color Cylindrical-coordinate representation of color #AF6211: hue angle of 30.76º degrees, saturation: 0.82, 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 #AF6211 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 17 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.31 |
| HSL | 30.76º | 0.82% | 0.38% | - |
| HSV(B) | 30.76º | 0.9% | 0.69% | - |
| XYZ | 22.15 | 17.89 | 2.82 | - |
| YUV | 111.79 | 74.51 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 17 | 0 | 0.44 | 0.90 | 0.31 | 30.76 | 0.82 | 0.38 |
| Hex | AF | 62 | 11 | 0 | 2C | 5A | 1F | 1F | 52 | 26 |
| Octal | 257 | 142 | 21 | 0 | 54 | 132 | 37 | 37 | 122 | 46 |
| Binary | 10101111 | 1100010 | 10001 | 0 | 101100 | 1011010 | 11111 | 11111 | 1010010 | 100110 |
Color Harmonies of #AF6211
Complementary color
Monochromatic Colors of #AF6211
Black with #AF6211
Text Example
Text Example
White with #AF6211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6211; }
p { color: rgb(175,98,17); }
H1.HeaderClassName
{
color: #AF6211;
}
.AnyTagClassName
{
color: #AF6211;
}
</style>
background-color css
<style>
a { background-color: #AF6211; }
a { background-color: rgb(175,98,17); }
div.DivClassName
{
background-color: #AF6211;
}
.BgClassName
{
background-color: #AF6211;
}
</style>
border-color css
<style>
span { border-color: #AF6211; }
span { border-color: rgb(175,98,17); }
td.TdClassName
{
border-color: #AF6211;
}
.TagClassName
{
border-color: #AF6211;
}
</style>