Shades of Golden Brown #AF6E16
Tints of Golden Brown #AF6E16
RGB
CMYK
RGB Variations
Color information
#AF6E16 (or 0xAF6E16) is known color: Golden Brown. HEX triplet: AF, 6E and 16. RGB value is (175,110,22). Sum of RGB (Red+Green+Blue) = 175+110+22=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6E16 is #5091E9. Grayscale: #777777. Windows color (decimal): -5280234 or 1470127. OLE color: 1470127.
HSL color Cylindrical-coordinate representation of color #AF6E16: hue angle of 34.51º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF6E16 is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 110 | 22 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.31 |
| HSL | 34.51º | 0.78% | 0.39% | - |
| HSV(B) | 34.51º | 0.87% | 0.69% | - |
| XYZ | 23.4 | 20.32 | 3.45 | - |
| YUV | 119.4 | 73.03 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 22 | 0 | 0.37 | 0.87 | 0.31 | 34.51 | 0.78 | 0.39 |
| Hex | AF | 6E | 16 | 0 | 25 | 57 | 1F | 23 | 4E | 27 |
| Octal | 257 | 156 | 26 | 0 | 45 | 127 | 37 | 43 | 116 | 47 |
| Binary | 10101111 | 1101110 | 10110 | 0 | 100101 | 1010111 | 11111 | 100011 | 1001110 | 100111 |
Color Harmonies of #AF6E16
Complementary color
Monochromatic Colors of #AF6E16
Black with #AF6E16
Text Example
Text Example
White with #AF6E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6E16; }
p { color: rgb(175,110,22); }
H1.HeaderClassName
{
color: #AF6E16;
}
.AnyTagClassName
{
color: #AF6E16;
}
</style>
background-color css
<style>
a { background-color: #AF6E16; }
a { background-color: rgb(175,110,22); }
div.DivClassName
{
background-color: #AF6E16;
}
.BgClassName
{
background-color: #AF6E16;
}
</style>
border-color css
<style>
span { border-color: #AF6E16; }
span { border-color: rgb(175,110,22); }
td.TdClassName
{
border-color: #AF6E16;
}
.TagClassName
{
border-color: #AF6E16;
}
</style>