Shades of Brown #AF3231
Tints of Brown #AF3231
RGB
CMYK
RGB Variations
Color information
#AF3231 (or 0xAF3231) is known color: Brown. HEX triplet: AF, 32 and 31. RGB value is (175,50,49). Sum of RGB (Red+Green+Blue) = 175+50+49=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3231 is #50CDCE. Grayscale: #575757. Windows color (decimal): -5295567 or 3224239. OLE color: 3224239.
HSL color Cylindrical-coordinate representation of color #AF3231: hue angle of 0.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3231 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 49 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.31 |
| HSL | 0.48º | 0.56% | 0.44% | - |
| HSV(B) | 0.48º | 0.72% | 0.69% | - |
| XYZ | 19.37 | 11.62 | 4.13 | - |
| YUV | 87.26 | 106.41 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 49 | 0 | 0.71 | 0.72 | 0.31 | 0.48 | 0.56 | 0.44 |
| Hex | AF | 32 | 31 | 0 | 47 | 48 | 1F | 0 | 38 | 2C |
| Octal | 257 | 62 | 61 | 0 | 107 | 110 | 37 | 0 | 70 | 54 |
| Binary | 10101111 | 110010 | 110001 | 0 | 1000111 | 1001000 | 11111 | 0 | 111000 | 101100 |
Color Harmonies of #AF3231
Complementary color
Monochromatic Colors of #AF3231
Black with #AF3231
Text Example
Text Example
White with #AF3231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3231; }
p { color: rgb(175,50,49); }
H1.HeaderClassName
{
color: #AF3231;
}
.AnyTagClassName
{
color: #AF3231;
}
</style>
background-color css
<style>
a { background-color: #AF3231; }
a { background-color: rgb(175,50,49); }
div.DivClassName
{
background-color: #AF3231;
}
.BgClassName
{
background-color: #AF3231;
}
</style>
border-color css
<style>
span { border-color: #AF3231; }
span { border-color: rgb(175,50,49); }
td.TdClassName
{
border-color: #AF3231;
}
.TagClassName
{
border-color: #AF3231;
}
</style>