Shades of Brown #AF3220
Tints of Brown #AF3220
RGB
CMYK
RGB Variations
Color information
#AF3220 (or 0xAF3220) is known color: Brown. HEX triplet: AF, 32 and 20. RGB value is (175,50,32). Sum of RGB (Red+Green+Blue) = 175+50+32=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3220 is #50CDDF. Grayscale: #555555. Windows color (decimal): -5295584 or 2110127. OLE color: 2110127.
HSL color Cylindrical-coordinate representation of color #AF3220: hue angle of 7.55º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF3220 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 32 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.31 |
| HSL | 7.55º | 0.69% | 0.41% | - |
| HSV(B) | 7.55º | 0.82% | 0.69% | - |
| XYZ | 19.08 | 11.5 | 2.58 | - |
| YUV | 85.32 | 97.91 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 32 | 0 | 0.71 | 0.82 | 0.31 | 7.55 | 0.69 | 0.41 |
| Hex | AF | 32 | 20 | 0 | 47 | 52 | 1F | 8 | 45 | 29 |
| Octal | 257 | 62 | 40 | 0 | 107 | 122 | 37 | 10 | 105 | 51 |
| Binary | 10101111 | 110010 | 100000 | 0 | 1000111 | 1010010 | 11111 | 1000 | 1000101 | 101001 |
Color Harmonies of #AF3220
Complementary color
Monochromatic Colors of #AF3220
Black with #AF3220
Text Example
Text Example
White with #AF3220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3220; }
p { color: rgb(175,50,32); }
H1.HeaderClassName
{
color: #AF3220;
}
.AnyTagClassName
{
color: #AF3220;
}
</style>
background-color css
<style>
a { background-color: #AF3220; }
a { background-color: rgb(175,50,32); }
div.DivClassName
{
background-color: #AF3220;
}
.BgClassName
{
background-color: #AF3220;
}
</style>
border-color css
<style>
span { border-color: #AF3220; }
span { border-color: rgb(175,50,32); }
td.TdClassName
{
border-color: #AF3220;
}
.TagClassName
{
border-color: #AF3220;
}
</style>