Shades of Brown #AF2D25
Tints of Brown #AF2D25
RGB
CMYK
RGB Variations
Color information
#AF2D25 (or 0xAF2D25) is known color: Brown. HEX triplet: AF, 2D and 25. RGB value is (175,45,37). Sum of RGB (Red+Green+Blue) = 175+45+37=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2D25 is #50D2DA. Grayscale: #535353. Windows color (decimal): -5296859 or 2436527. OLE color: 2436527.
HSL color Cylindrical-coordinate representation of color #AF2D25: hue angle of 3.48º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2D25 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 45 | 37 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.31 |
| HSL | 3.48º | 0.65% | 0.42% | - |
| HSV(B) | 3.48º | 0.79% | 0.69% | - |
| XYZ | 18.95 | 11.12 | 2.9 | - |
| YUV | 82.96 | 102.07 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 37 | 0 | 0.74 | 0.79 | 0.31 | 3.48 | 0.65 | 0.42 |
| Hex | AF | 2D | 25 | 0 | 4A | 4F | 1F | 3 | 41 | 2A |
| Octal | 257 | 55 | 45 | 0 | 112 | 117 | 37 | 3 | 101 | 52 |
| Binary | 10101111 | 101101 | 100101 | 0 | 1001010 | 1001111 | 11111 | 11 | 1000001 | 101010 |
Color Harmonies of #AF2D25
Complementary color
Monochromatic Colors of #AF2D25
Black with #AF2D25
Text Example
Text Example
White with #AF2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2D25; }
p { color: rgb(175,45,37); }
H1.HeaderClassName
{
color: #AF2D25;
}
.AnyTagClassName
{
color: #AF2D25;
}
</style>
background-color css
<style>
a { background-color: #AF2D25; }
a { background-color: rgb(175,45,37); }
div.DivClassName
{
background-color: #AF2D25;
}
.BgClassName
{
background-color: #AF2D25;
}
</style>
border-color css
<style>
span { border-color: #AF2D25; }
span { border-color: rgb(175,45,37); }
td.TdClassName
{
border-color: #AF2D25;
}
.TagClassName
{
border-color: #AF2D25;
}
</style>