Shades of Golden Brown #AF610D
Tints of Golden Brown #AF610D
RGB
CMYK
RGB Variations
Color information
#AF610D (or 0xAF610D) is known color: Golden Brown. HEX triplet: AF, 61 and 0D. RGB value is (175,97,13). Sum of RGB (Red+Green+Blue) = 175+97+13=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF610D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF610D is #509EF2. Grayscale: #6F6F6F. Windows color (decimal): -5283571 or 876975. OLE color: 876975.
HSL color Cylindrical-coordinate representation of color #AF610D: hue angle of 31.11º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF610D is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 97 | 13 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.31 |
| HSL | 31.11º | 0.86% | 0.37% | - |
| HSV(B) | 31.11º | 0.93% | 0.69% | - |
| XYZ | 22.03 | 17.69 | 2.63 | - |
| YUV | 110.75 | 72.84 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 97 | 13 | 0 | 0.45 | 0.93 | 0.31 | 31.11 | 0.86 | 0.37 |
| Hex | AF | 61 | D | 0 | 2D | 5D | 1F | 1F | 56 | 25 |
| Octal | 257 | 141 | 15 | 0 | 55 | 135 | 37 | 37 | 126 | 45 |
| Binary | 10101111 | 1100001 | 1101 | 0 | 101101 | 1011101 | 11111 | 11111 | 1010110 | 100101 |
Color Harmonies of #AF610D
Complementary color
Monochromatic Colors of #AF610D
Black with #AF610D
Text Example
Text Example
White with #AF610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF610D; }
p { color: rgb(175,97,13); }
H1.HeaderClassName
{
color: #AF610D;
}
.AnyTagClassName
{
color: #AF610D;
}
</style>
background-color css
<style>
a { background-color: #AF610D; }
a { background-color: rgb(175,97,13); }
div.DivClassName
{
background-color: #AF610D;
}
.BgClassName
{
background-color: #AF610D;
}
</style>
border-color css
<style>
span { border-color: #AF610D; }
span { border-color: rgb(175,97,13); }
td.TdClassName
{
border-color: #AF610D;
}
.TagClassName
{
border-color: #AF610D;
}
</style>