Shades of Golden Brown #AF6B11
Tints of Golden Brown #AF6B11
RGB
CMYK
RGB Variations
Color information
#AF6B11 (or 0xAF6B11) is known color: Golden Brown. HEX triplet: AF, 6B and 11. RGB value is (175,107,17). Sum of RGB (Red+Green+Blue) = 175+107+17=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6B11 is #5094EE. Grayscale: #757575. Windows color (decimal): -5281007 or 1141679. OLE color: 1141679.
HSL color Cylindrical-coordinate representation of color #AF6B11: hue angle of 34.18º 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 #AF6B11 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 107 | 17 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.31 |
| HSL | 34.18º | 0.82% | 0.38% | - |
| HSV(B) | 34.18º | 0.9% | 0.69% | - |
| XYZ | 23.04 | 19.67 | 3.11 | - |
| YUV | 117.07 | 71.53 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 17 | 0 | 0.39 | 0.90 | 0.31 | 34.18 | 0.82 | 0.38 |
| Hex | AF | 6B | 11 | 0 | 27 | 5A | 1F | 22 | 52 | 26 |
| Octal | 257 | 153 | 21 | 0 | 47 | 132 | 37 | 42 | 122 | 46 |
| Binary | 10101111 | 1101011 | 10001 | 0 | 100111 | 1011010 | 11111 | 100010 | 1010010 | 100110 |
Color Harmonies of #AF6B11
Complementary color
Monochromatic Colors of #AF6B11
Black with #AF6B11
Text Example
Text Example
White with #AF6B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6B11; }
p { color: rgb(175,107,17); }
H1.HeaderClassName
{
color: #AF6B11;
}
.AnyTagClassName
{
color: #AF6B11;
}
</style>
background-color css
<style>
a { background-color: #AF6B11; }
a { background-color: rgb(175,107,17); }
div.DivClassName
{
background-color: #AF6B11;
}
.BgClassName
{
background-color: #AF6B11;
}
</style>
border-color css
<style>
span { border-color: #AF6B11; }
span { border-color: rgb(175,107,17); }
td.TdClassName
{
border-color: #AF6B11;
}
.TagClassName
{
border-color: #AF6B11;
}
</style>