Shades of Brown #AF2C26
Tints of Brown #AF2C26
RGB
CMYK
RGB Variations
Color information
#AF2C26 (or 0xAF2C26) is known color: Brown. HEX triplet: AF, 2C and 26. RGB value is (175,44,38). Sum of RGB (Red+Green+Blue) = 175+44+38=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2C26 is #50D3D9. Grayscale: #525252. Windows color (decimal): -5297114 or 2501807. OLE color: 2501807.
HSL color Cylindrical-coordinate representation of color #AF2C26: hue angle of 2.63º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2C26 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 44 | 38 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.31 |
| HSL | 2.63º | 0.64% | 0.42% | - |
| HSV(B) | 2.63º | 0.78% | 0.69% | - |
| XYZ | 18.93 | 11.06 | 2.97 | - |
| YUV | 82.49 | 102.9 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 44 | 38 | 0 | 0.75 | 0.78 | 0.31 | 2.63 | 0.64 | 0.42 |
| Hex | AF | 2C | 26 | 0 | 4B | 4E | 1F | 3 | 40 | 2A |
| Octal | 257 | 54 | 46 | 0 | 113 | 116 | 37 | 3 | 100 | 52 |
| Binary | 10101111 | 101100 | 100110 | 0 | 1001011 | 1001110 | 11111 | 11 | 1000000 | 101010 |
Color Harmonies of #AF2C26
Complementary color
Monochromatic Colors of #AF2C26
Black with #AF2C26
Text Example
Text Example
White with #AF2C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2C26; }
p { color: rgb(175,44,38); }
H1.HeaderClassName
{
color: #AF2C26;
}
.AnyTagClassName
{
color: #AF2C26;
}
</style>
background-color css
<style>
a { background-color: #AF2C26; }
a { background-color: rgb(175,44,38); }
div.DivClassName
{
background-color: #AF2C26;
}
.BgClassName
{
background-color: #AF2C26;
}
</style>
border-color css
<style>
span { border-color: #AF2C26; }
span { border-color: rgb(175,44,38); }
td.TdClassName
{
border-color: #AF2C26;
}
.TagClassName
{
border-color: #AF2C26;
}
</style>