Shades of Brown #AF2B28
Tints of Brown #AF2B28
RGB
CMYK
RGB Variations
Color information
#AF2B28 (or 0xAF2B28) is known color: Brown. HEX triplet: AF, 2B and 28. RGB value is (175,43,40). Sum of RGB (Red+Green+Blue) = 175+43+40=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 43 (17.19% from 255 or 16.67% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2B28 is #50D4D7. Grayscale: #525252. Windows color (decimal): -5297368 or 2632623. OLE color: 2632623.
HSL color Cylindrical-coordinate representation of color #AF2B28: hue angle of 1.33º 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 #AF2B28 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 43 | 40 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.31 |
| HSL | 1.33º | 0.63% | 0.42% | - |
| HSV(B) | 1.33º | 0.77% | 0.69% | - |
| XYZ | 18.93 | 10.99 | 3.13 | - |
| YUV | 82.13 | 104.23 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 40 | 0 | 0.75 | 0.77 | 0.31 | 1.33 | 0.63 | 0.42 |
| Hex | AF | 2B | 28 | 0 | 4B | 4D | 1F | 1 | 3F | 2A |
| Octal | 257 | 53 | 50 | 0 | 113 | 115 | 37 | 1 | 77 | 52 |
| Binary | 10101111 | 101011 | 101000 | 0 | 1001011 | 1001101 | 11111 | 1 | 111111 | 101010 |
Color Harmonies of #AF2B28
Complementary color
Monochromatic Colors of #AF2B28
Black with #AF2B28
Text Example
Text Example
White with #AF2B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2B28; }
p { color: rgb(175,43,40); }
H1.HeaderClassName
{
color: #AF2B28;
}
.AnyTagClassName
{
color: #AF2B28;
}
</style>
background-color css
<style>
a { background-color: #AF2B28; }
a { background-color: rgb(175,43,40); }
div.DivClassName
{
background-color: #AF2B28;
}
.BgClassName
{
background-color: #AF2B28;
}
</style>
border-color css
<style>
span { border-color: #AF2B28; }
span { border-color: rgb(175,43,40); }
td.TdClassName
{
border-color: #AF2B28;
}
.TagClassName
{
border-color: #AF2B28;
}
</style>