Shades of Brown #AF2F2F
Tints of Brown #AF2F2F
RGB
CMYK
RGB Variations
Color information
#AF2F2F (or 0xAF2F2F) is known color: Brown. HEX triplet: AF, 2F and 2F. RGB value is (175,47,47). Sum of RGB (Red+Green+Blue) = 175+47+47=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2F2F is #50D0D0. Grayscale: #555555. Windows color (decimal): -5296337 or 3092399. OLE color: 3092399.
HSL color Cylindrical-coordinate representation of color #AF2F2F: hue angle of 0º 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 #AF2F2F is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 47 | 47 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.31 |
| HSL | 0º | 0.58% | 0.44% | - |
| HSV(B) | 0º | 0.73% | 0.69% | - |
| XYZ | 19.21 | 11.35 | 3.87 | - |
| YUV | 85.27 | 106.41 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 47 | 0 | 0.73 | 0.73 | 0.31 | 0 | 0.58 | 0.44 |
| Hex | AF | 2F | 2F | 0 | 49 | 49 | 1F | 0 | 3A | 2C |
| Octal | 257 | 57 | 57 | 0 | 111 | 111 | 37 | 0 | 72 | 54 |
| Binary | 10101111 | 101111 | 101111 | 0 | 1001001 | 1001001 | 11111 | 0 | 111010 | 101100 |
Color Harmonies of #AF2F2F
Complementary color
Monochromatic Colors of #AF2F2F
Black with #AF2F2F
Text Example
Text Example
White with #AF2F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2F2F; }
p { color: rgb(175,47,47); }
H1.HeaderClassName
{
color: #AF2F2F;
}
.AnyTagClassName
{
color: #AF2F2F;
}
</style>
background-color css
<style>
a { background-color: #AF2F2F; }
a { background-color: rgb(175,47,47); }
div.DivClassName
{
background-color: #AF2F2F;
}
.BgClassName
{
background-color: #AF2F2F;
}
</style>
border-color css
<style>
span { border-color: #AF2F2F; }
span { border-color: rgb(175,47,47); }
td.TdClassName
{
border-color: #AF2F2F;
}
.TagClassName
{
border-color: #AF2F2F;
}
</style>