Shades of Golden Brown #AF6616
Tints of Golden Brown #AF6616
RGB
CMYK
RGB Variations
Color information
#AF6616 (or 0xAF6616) is known color: Golden Brown. HEX triplet: AF, 66 and 16. RGB value is (175,102,22). Sum of RGB (Red+Green+Blue) = 175+102+22=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6616 is #5099E9. Grayscale: #737373. Windows color (decimal): -5282282 or 1468079. OLE color: 1468079.
HSL color Cylindrical-coordinate representation of color #AF6616: hue angle of 31.37º 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 #AF6616 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 22 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.31 |
| HSL | 31.37º | 0.78% | 0.39% | - |
| HSV(B) | 31.37º | 0.87% | 0.69% | - |
| XYZ | 22.58 | 18.67 | 3.17 | - |
| YUV | 114.71 | 75.68 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 22 | 0 | 0.42 | 0.87 | 0.31 | 31.37 | 0.78 | 0.39 |
| Hex | AF | 66 | 16 | 0 | 2A | 57 | 1F | 1F | 4E | 27 |
| Octal | 257 | 146 | 26 | 0 | 52 | 127 | 37 | 37 | 116 | 47 |
| Binary | 10101111 | 1100110 | 10110 | 0 | 101010 | 1010111 | 11111 | 11111 | 1001110 | 100111 |
Color Harmonies of #AF6616
Complementary color
Monochromatic Colors of #AF6616
Black with #AF6616
Text Example
Text Example
White with #AF6616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6616; }
p { color: rgb(175,102,22); }
H1.HeaderClassName
{
color: #AF6616;
}
.AnyTagClassName
{
color: #AF6616;
}
</style>
background-color css
<style>
a { background-color: #AF6616; }
a { background-color: rgb(175,102,22); }
div.DivClassName
{
background-color: #AF6616;
}
.BgClassName
{
background-color: #AF6616;
}
</style>
border-color css
<style>
span { border-color: #AF6616; }
span { border-color: rgb(175,102,22); }
td.TdClassName
{
border-color: #AF6616;
}
.TagClassName
{
border-color: #AF6616;
}
</style>