Shades of Golden Brown #AF6716
Tints of Golden Brown #AF6716
RGB
CMYK
RGB Variations
Color information
#AF6716 (or 0xAF6716) is known color: Golden Brown. HEX triplet: AF, 67 and 16. RGB value is (175,103,22). Sum of RGB (Red+Green+Blue) = 175+103+22=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6716 is #5098E9. Grayscale: #737373. Windows color (decimal): -5282026 or 1468335. OLE color: 1468335.
HSL color Cylindrical-coordinate representation of color #AF6716: hue angle of 31.76º 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 #AF6716 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 22 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.31 |
| HSL | 31.76º | 0.78% | 0.39% | - |
| HSV(B) | 31.76º | 0.87% | 0.69% | - |
| XYZ | 22.67 | 18.87 | 3.21 | - |
| YUV | 115.29 | 75.35 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 22 | 0 | 0.41 | 0.87 | 0.31 | 31.76 | 0.78 | 0.39 |
| Hex | AF | 67 | 16 | 0 | 29 | 57 | 1F | 20 | 4E | 27 |
| Octal | 257 | 147 | 26 | 0 | 51 | 127 | 37 | 40 | 116 | 47 |
| Binary | 10101111 | 1100111 | 10110 | 0 | 101001 | 1010111 | 11111 | 100000 | 1001110 | 100111 |
Color Harmonies of #AF6716
Complementary color
Monochromatic Colors of #AF6716
Black with #AF6716
Text Example
Text Example
White with #AF6716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6716; }
p { color: rgb(175,103,22); }
H1.HeaderClassName
{
color: #AF6716;
}
.AnyTagClassName
{
color: #AF6716;
}
</style>
background-color css
<style>
a { background-color: #AF6716; }
a { background-color: rgb(175,103,22); }
div.DivClassName
{
background-color: #AF6716;
}
.BgClassName
{
background-color: #AF6716;
}
</style>
border-color css
<style>
span { border-color: #AF6716; }
span { border-color: rgb(175,103,22); }
td.TdClassName
{
border-color: #AF6716;
}
.TagClassName
{
border-color: #AF6716;
}
</style>