Shades of Brown #AF2E24
Tints of Brown #AF2E24
RGB
CMYK
RGB Variations
Color information
#AF2E24 (or 0xAF2E24) is known color: Brown. HEX triplet: AF, 2E and 24. RGB value is (175,46,36). Sum of RGB (Red+Green+Blue) = 175+46+36=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2E24 is #50D1DB. Grayscale: #535353. Windows color (decimal): -5296604 or 2371247. OLE color: 2371247.
HSL color Cylindrical-coordinate representation of color #AF2E24: hue angle of 4.32º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2E24 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 46 | 36 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.31 |
| HSL | 4.32º | 0.66% | 0.41% | - |
| HSV(B) | 4.32º | 0.79% | 0.69% | - |
| XYZ | 18.97 | 11.2 | 2.83 | - |
| YUV | 83.43 | 101.24 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 46 | 36 | 0 | 0.74 | 0.79 | 0.31 | 4.32 | 0.66 | 0.41 |
| Hex | AF | 2E | 24 | 0 | 4A | 4F | 1F | 4 | 42 | 29 |
| Octal | 257 | 56 | 44 | 0 | 112 | 117 | 37 | 4 | 102 | 51 |
| Binary | 10101111 | 101110 | 100100 | 0 | 1001010 | 1001111 | 11111 | 100 | 1000010 | 101001 |
Color Harmonies of #AF2E24
Complementary color
Monochromatic Colors of #AF2E24
Black with #AF2E24
Text Example
Text Example
White with #AF2E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2E24; }
p { color: rgb(175,46,36); }
H1.HeaderClassName
{
color: #AF2E24;
}
.AnyTagClassName
{
color: #AF2E24;
}
</style>
background-color css
<style>
a { background-color: #AF2E24; }
a { background-color: rgb(175,46,36); }
div.DivClassName
{
background-color: #AF2E24;
}
.BgClassName
{
background-color: #AF2E24;
}
</style>
border-color css
<style>
span { border-color: #AF2E24; }
span { border-color: rgb(175,46,36); }
td.TdClassName
{
border-color: #AF2E24;
}
.TagClassName
{
border-color: #AF2E24;
}
</style>