Shades of Brown #AF322E
Tints of Brown #AF322E
RGB
CMYK
RGB Variations
Color information
#AF322E (or 0xAF322E) is known color: Brown. HEX triplet: AF, 32 and 2E. RGB value is (175,50,46). Sum of RGB (Red+Green+Blue) = 175+50+46=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF322E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF322E is #50CDD1. Grayscale: #575757. Windows color (decimal): -5295570 or 3027631. OLE color: 3027631.
HSL color Cylindrical-coordinate representation of color #AF322E: hue angle of 1.86º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF322E is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 46 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.31 |
| HSL | 1.86º | 0.58% | 0.43% | - |
| HSV(B) | 1.86º | 0.74% | 0.69% | - |
| XYZ | 19.31 | 11.59 | 3.8 | - |
| YUV | 86.92 | 104.91 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 46 | 0 | 0.71 | 0.74 | 0.31 | 1.86 | 0.58 | 0.43 |
| Hex | AF | 32 | 2E | 0 | 47 | 4A | 1F | 2 | 3A | 2B |
| Octal | 257 | 62 | 56 | 0 | 107 | 112 | 37 | 2 | 72 | 53 |
| Binary | 10101111 | 110010 | 101110 | 0 | 1000111 | 1001010 | 11111 | 10 | 111010 | 101011 |
Color Harmonies of #AF322E
Complementary color
Monochromatic Colors of #AF322E
Black with #AF322E
Text Example
Text Example
White with #AF322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF322E; }
p { color: rgb(175,50,46); }
H1.HeaderClassName
{
color: #AF322E;
}
.AnyTagClassName
{
color: #AF322E;
}
</style>
background-color css
<style>
a { background-color: #AF322E; }
a { background-color: rgb(175,50,46); }
div.DivClassName
{
background-color: #AF322E;
}
.BgClassName
{
background-color: #AF322E;
}
</style>
border-color css
<style>
span { border-color: #AF322E; }
span { border-color: rgb(175,50,46); }
td.TdClassName
{
border-color: #AF322E;
}
.TagClassName
{
border-color: #AF322E;
}
</style>