Shades of Golden Brown #AF6711
Tints of Golden Brown #AF6711
RGB
CMYK
RGB Variations
Color information
#AF6711 (or 0xAF6711) is known color: Golden Brown. HEX triplet: AF, 67 and 11. RGB value is (175,103,17). Sum of RGB (Red+Green+Blue) = 175+103+17=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6711 is #5098EE. Grayscale: #737373. Windows color (decimal): -5282031 or 1140655. OLE color: 1140655.
HSL color Cylindrical-coordinate representation of color #AF6711: hue angle of 32.66º 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 #AF6711 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 17 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.31 |
| HSL | 32.66º | 0.82% | 0.38% | - |
| HSV(B) | 32.66º | 0.9% | 0.69% | - |
| XYZ | 22.63 | 18.85 | 2.98 | - |
| YUV | 114.72 | 72.85 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 17 | 0 | 0.41 | 0.90 | 0.31 | 32.66 | 0.82 | 0.38 |
| Hex | AF | 67 | 11 | 0 | 29 | 5A | 1F | 21 | 52 | 26 |
| Octal | 257 | 147 | 21 | 0 | 51 | 132 | 37 | 41 | 122 | 46 |
| Binary | 10101111 | 1100111 | 10001 | 0 | 101001 | 1011010 | 11111 | 100001 | 1010010 | 100110 |
Color Harmonies of #AF6711
Complementary color
Monochromatic Colors of #AF6711
Black with #AF6711
Text Example
Text Example
White with #AF6711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6711; }
p { color: rgb(175,103,17); }
H1.HeaderClassName
{
color: #AF6711;
}
.AnyTagClassName
{
color: #AF6711;
}
</style>
background-color css
<style>
a { background-color: #AF6711; }
a { background-color: rgb(175,103,17); }
div.DivClassName
{
background-color: #AF6711;
}
.BgClassName
{
background-color: #AF6711;
}
</style>
border-color css
<style>
span { border-color: #AF6711; }
span { border-color: rgb(175,103,17); }
td.TdClassName
{
border-color: #AF6711;
}
.TagClassName
{
border-color: #AF6711;
}
</style>