Shades of Brown #AF3228
Tints of Brown #AF3228
RGB
CMYK
RGB Variations
Color information
#AF3228 (or 0xAF3228) is known color: Brown. HEX triplet: AF, 32 and 28. RGB value is (175,50,40). Sum of RGB (Red+Green+Blue) = 175+50+40=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3228 is #50CDD7. Grayscale: #565656. Windows color (decimal): -5295576 or 2634415. OLE color: 2634415.
HSL color Cylindrical-coordinate representation of color #AF3228: hue angle of 4.44º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF3228 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 40 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.31 |
| HSL | 4.44º | 0.63% | 0.42% | - |
| HSV(B) | 4.44º | 0.77% | 0.69% | - |
| XYZ | 19.2 | 11.55 | 3.22 | - |
| YUV | 86.24 | 101.91 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 40 | 0 | 0.71 | 0.77 | 0.31 | 4.44 | 0.63 | 0.42 |
| Hex | AF | 32 | 28 | 0 | 47 | 4D | 1F | 4 | 3F | 2A |
| Octal | 257 | 62 | 50 | 0 | 107 | 115 | 37 | 4 | 77 | 52 |
| Binary | 10101111 | 110010 | 101000 | 0 | 1000111 | 1001101 | 11111 | 100 | 111111 | 101010 |
Color Harmonies of #AF3228
Complementary color
Monochromatic Colors of #AF3228
Black with #AF3228
Text Example
Text Example
White with #AF3228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3228; }
p { color: rgb(175,50,40); }
H1.HeaderClassName
{
color: #AF3228;
}
.AnyTagClassName
{
color: #AF3228;
}
</style>
background-color css
<style>
a { background-color: #AF3228; }
a { background-color: rgb(175,50,40); }
div.DivClassName
{
background-color: #AF3228;
}
.BgClassName
{
background-color: #AF3228;
}
</style>
border-color css
<style>
span { border-color: #AF3228; }
span { border-color: rgb(175,50,40); }
td.TdClassName
{
border-color: #AF3228;
}
.TagClassName
{
border-color: #AF3228;
}
</style>