Shades of Golden Brown #AF6515
Tints of Golden Brown #AF6515
RGB
CMYK
RGB Variations
Color information
#AF6515 (or 0xAF6515) is known color: Golden Brown. HEX triplet: AF, 65 and 15. RGB value is (175,101,21). Sum of RGB (Red+Green+Blue) = 175+101+21=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6515 is #509AEA. Grayscale: #727272. Windows color (decimal): -5282539 or 1402287. OLE color: 1402287.
HSL color Cylindrical-coordinate representation of color #AF6515: hue angle of 31.17º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF6515 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 21 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.31 |
| HSL | 31.17º | 0.79% | 0.38% | - |
| HSV(B) | 31.17º | 0.88% | 0.69% | - |
| XYZ | 22.47 | 18.48 | 3.09 | - |
| YUV | 114.01 | 75.52 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 21 | 0 | 0.42 | 0.88 | 0.31 | 31.17 | 0.79 | 0.38 |
| Hex | AF | 65 | 15 | 0 | 2A | 58 | 1F | 1F | 4F | 26 |
| Octal | 257 | 145 | 25 | 0 | 52 | 130 | 37 | 37 | 117 | 46 |
| Binary | 10101111 | 1100101 | 10101 | 0 | 101010 | 1011000 | 11111 | 11111 | 1001111 | 100110 |
Color Harmonies of #AF6515
Complementary color
Monochromatic Colors of #AF6515
Black with #AF6515
Text Example
Text Example
White with #AF6515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6515; }
p { color: rgb(175,101,21); }
H1.HeaderClassName
{
color: #AF6515;
}
.AnyTagClassName
{
color: #AF6515;
}
</style>
background-color css
<style>
a { background-color: #AF6515; }
a { background-color: rgb(175,101,21); }
div.DivClassName
{
background-color: #AF6515;
}
.BgClassName
{
background-color: #AF6515;
}
</style>
border-color css
<style>
span { border-color: #AF6515; }
span { border-color: rgb(175,101,21); }
td.TdClassName
{
border-color: #AF6515;
}
.TagClassName
{
border-color: #AF6515;
}
</style>