Shades of Golden Brown #AF6A15
Tints of Golden Brown #AF6A15
RGB
CMYK
RGB Variations
Color information
#AF6A15 (or 0xAF6A15) is known color: Golden Brown. HEX triplet: AF, 6A and 15. RGB value is (175,106,21). Sum of RGB (Red+Green+Blue) = 175+106+21=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6A15 is #5095EA. Grayscale: #757575. Windows color (decimal): -5281259 or 1403567. OLE color: 1403567.
HSL color Cylindrical-coordinate representation of color #AF6A15: hue angle of 33.12º 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 #AF6A15 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 106 | 21 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.31 |
| HSL | 33.12º | 0.79% | 0.38% | - |
| HSV(B) | 33.12º | 0.88% | 0.69% | - |
| XYZ | 22.97 | 19.48 | 3.26 | - |
| YUV | 116.94 | 73.86 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 21 | 0 | 0.39 | 0.88 | 0.31 | 33.12 | 0.79 | 0.38 |
| Hex | AF | 6A | 15 | 0 | 27 | 58 | 1F | 21 | 4F | 26 |
| Octal | 257 | 152 | 25 | 0 | 47 | 130 | 37 | 41 | 117 | 46 |
| Binary | 10101111 | 1101010 | 10101 | 0 | 100111 | 1011000 | 11111 | 100001 | 1001111 | 100110 |
Color Harmonies of #AF6A15
Complementary color
Monochromatic Colors of #AF6A15
Black with #AF6A15
Text Example
Text Example
White with #AF6A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6A15; }
p { color: rgb(175,106,21); }
H1.HeaderClassName
{
color: #AF6A15;
}
.AnyTagClassName
{
color: #AF6A15;
}
</style>
background-color css
<style>
a { background-color: #AF6A15; }
a { background-color: rgb(175,106,21); }
div.DivClassName
{
background-color: #AF6A15;
}
.BgClassName
{
background-color: #AF6A15;
}
</style>
border-color css
<style>
span { border-color: #AF6A15; }
span { border-color: rgb(175,106,21); }
td.TdClassName
{
border-color: #AF6A15;
}
.TagClassName
{
border-color: #AF6A15;
}
</style>