Shades of Brown #AF322A
Tints of Brown #AF322A
RGB
CMYK
RGB Variations
Color information
#AF322A (or 0xAF322A) is known color: Brown. HEX triplet: AF, 32 and 2A. RGB value is (175,50,42). Sum of RGB (Red+Green+Blue) = 175+50+42=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF322A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF322A is #50CDD5. Grayscale: #565656. Windows color (decimal): -5295574 or 2765487. OLE color: 2765487.
HSL color Cylindrical-coordinate representation of color #AF322A: hue angle of 3.61º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF322A is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 42 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.31 |
| HSL | 3.61º | 0.61% | 0.43% | - |
| HSV(B) | 3.61º | 0.76% | 0.69% | - |
| XYZ | 19.24 | 11.56 | 3.41 | - |
| YUV | 86.46 | 102.91 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 42 | 0 | 0.71 | 0.76 | 0.31 | 3.61 | 0.61 | 0.43 |
| Hex | AF | 32 | 2A | 0 | 47 | 4C | 1F | 4 | 3D | 2B |
| Octal | 257 | 62 | 52 | 0 | 107 | 114 | 37 | 4 | 75 | 53 |
| Binary | 10101111 | 110010 | 101010 | 0 | 1000111 | 1001100 | 11111 | 100 | 111101 | 101011 |
Color Harmonies of #AF322A
Complementary color
Monochromatic Colors of #AF322A
Black with #AF322A
Text Example
Text Example
White with #AF322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF322A; }
p { color: rgb(175,50,42); }
H1.HeaderClassName
{
color: #AF322A;
}
.AnyTagClassName
{
color: #AF322A;
}
</style>
background-color css
<style>
a { background-color: #AF322A; }
a { background-color: rgb(175,50,42); }
div.DivClassName
{
background-color: #AF322A;
}
.BgClassName
{
background-color: #AF322A;
}
</style>
border-color css
<style>
span { border-color: #AF322A; }
span { border-color: rgb(175,50,42); }
td.TdClassName
{
border-color: #AF322A;
}
.TagClassName
{
border-color: #AF322A;
}
</style>