Shades of Golden Brown #AF5E15
Tints of Golden Brown #AF5E15
RGB
CMYK
RGB Variations
Color information
#AF5E15 (or 0xAF5E15) is known color: Golden Brown. HEX triplet: AF, 5E and 15. RGB value is (175,94,21). Sum of RGB (Red+Green+Blue) = 175+94+21=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5E15 is #50A1EA. Grayscale: #6E6E6E. Windows color (decimal): -5284331 or 1400495. OLE color: 1400495.
HSL color Cylindrical-coordinate representation of color #AF5E15: hue angle of 28.44º 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 #AF5E15 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 94 | 21 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.31 |
| HSL | 28.44º | 0.79% | 0.38% | - |
| HSV(B) | 28.44º | 0.88% | 0.69% | - |
| XYZ | 21.82 | 17.17 | 2.87 | - |
| YUV | 109.9 | 77.84 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 21 | 0 | 0.46 | 0.88 | 0.31 | 28.44 | 0.79 | 0.38 |
| Hex | AF | 5E | 15 | 0 | 2E | 58 | 1F | 1C | 4F | 26 |
| Octal | 257 | 136 | 25 | 0 | 56 | 130 | 37 | 34 | 117 | 46 |
| Binary | 10101111 | 1011110 | 10101 | 0 | 101110 | 1011000 | 11111 | 11100 | 1001111 | 100110 |
Color Harmonies of #AF5E15
Complementary color
Monochromatic Colors of #AF5E15
Black with #AF5E15
Text Example
Text Example
White with #AF5E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5E15; }
p { color: rgb(175,94,21); }
H1.HeaderClassName
{
color: #AF5E15;
}
.AnyTagClassName
{
color: #AF5E15;
}
</style>
background-color css
<style>
a { background-color: #AF5E15; }
a { background-color: rgb(175,94,21); }
div.DivClassName
{
background-color: #AF5E15;
}
.BgClassName
{
background-color: #AF5E15;
}
</style>
border-color css
<style>
span { border-color: #AF5E15; }
span { border-color: rgb(175,94,21); }
td.TdClassName
{
border-color: #AF5E15;
}
.TagClassName
{
border-color: #AF5E15;
}
</style>