Shades of Golden Brown #AF6E15
Tints of Golden Brown #AF6E15
RGB
CMYK
RGB Variations
Color information
#AF6E15 (or 0xAF6E15) is known color: Golden Brown. HEX triplet: AF, 6E and 15. RGB value is (175,110,21). Sum of RGB (Red+Green+Blue) = 175+110+21=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6E15 is #5091EA. Grayscale: #777777. Windows color (decimal): -5280235 or 1404591. OLE color: 1404591.
HSL color Cylindrical-coordinate representation of color #AF6E15: hue angle of 34.68º 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 #AF6E15 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 110 | 21 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.31 |
| HSL | 34.68º | 0.79% | 0.38% | - |
| HSV(B) | 34.68º | 0.88% | 0.69% | - |
| XYZ | 23.39 | 20.32 | 3.4 | - |
| YUV | 119.29 | 72.53 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 21 | 0 | 0.37 | 0.88 | 0.31 | 34.68 | 0.79 | 0.38 |
| Hex | AF | 6E | 15 | 0 | 25 | 58 | 1F | 23 | 4F | 26 |
| Octal | 257 | 156 | 25 | 0 | 45 | 130 | 37 | 43 | 117 | 46 |
| Binary | 10101111 | 1101110 | 10101 | 0 | 100101 | 1011000 | 11111 | 100011 | 1001111 | 100110 |
Color Harmonies of #AF6E15
Complementary color
Monochromatic Colors of #AF6E15
Black with #AF6E15
Text Example
Text Example
White with #AF6E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6E15; }
p { color: rgb(175,110,21); }
H1.HeaderClassName
{
color: #AF6E15;
}
.AnyTagClassName
{
color: #AF6E15;
}
</style>
background-color css
<style>
a { background-color: #AF6E15; }
a { background-color: rgb(175,110,21); }
div.DivClassName
{
background-color: #AF6E15;
}
.BgClassName
{
background-color: #AF6E15;
}
</style>
border-color css
<style>
span { border-color: #AF6E15; }
span { border-color: rgb(175,110,21); }
td.TdClassName
{
border-color: #AF6E15;
}
.TagClassName
{
border-color: #AF6E15;
}
</style>