Shades of Brown #AF312F
Tints of Brown #AF312F
RGB
CMYK
RGB Variations
Color information
#AF312F (or 0xAF312F) is known color: Brown. HEX triplet: AF, 31 and 2F. RGB value is (175,49,47). Sum of RGB (Red+Green+Blue) = 175+49+47=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF312F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF312F is #50CED0. Grayscale: #565656. Windows color (decimal): -5295825 or 3092911. OLE color: 3092911.
HSL color Cylindrical-coordinate representation of color #AF312F: hue angle of 0.94º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF312F is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 49 | 47 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.31 |
| HSL | 0.94º | 0.58% | 0.44% | - |
| HSV(B) | 0.94º | 0.73% | 0.69% | - |
| XYZ | 19.29 | 11.52 | 3.9 | - |
| YUV | 86.45 | 105.74 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 47 | 0 | 0.72 | 0.73 | 0.31 | 0.94 | 0.58 | 0.44 |
| Hex | AF | 31 | 2F | 0 | 48 | 49 | 1F | 1 | 3A | 2C |
| Octal | 257 | 61 | 57 | 0 | 110 | 111 | 37 | 1 | 72 | 54 |
| Binary | 10101111 | 110001 | 101111 | 0 | 1001000 | 1001001 | 11111 | 1 | 111010 | 101100 |
Color Harmonies of #AF312F
Complementary color
Monochromatic Colors of #AF312F
Black with #AF312F
Text Example
Text Example
White with #AF312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF312F; }
p { color: rgb(175,49,47); }
H1.HeaderClassName
{
color: #AF312F;
}
.AnyTagClassName
{
color: #AF312F;
}
</style>
background-color css
<style>
a { background-color: #AF312F; }
a { background-color: rgb(175,49,47); }
div.DivClassName
{
background-color: #AF312F;
}
.BgClassName
{
background-color: #AF312F;
}
</style>
border-color css
<style>
span { border-color: #AF312F; }
span { border-color: rgb(175,49,47); }
td.TdClassName
{
border-color: #AF312F;
}
.TagClassName
{
border-color: #AF312F;
}
</style>