Shades of Brown #AF3129
Tints of Brown #AF3129
RGB
CMYK
RGB Variations
Color information
#AF3129 (or 0xAF3129) is known color: Brown. HEX triplet: AF, 31 and 29. RGB value is (175,49,41). Sum of RGB (Red+Green+Blue) = 175+49+41=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3129 is #50CED6. Grayscale: #555555. Windows color (decimal): -5295831 or 2699695. OLE color: 2699695.
HSL color Cylindrical-coordinate representation of color #AF3129: hue angle of 3.58º degrees, saturation: 0.62, 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 #AF3129 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 49 | 41 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.31 |
| HSL | 3.58º | 0.62% | 0.42% | - |
| HSV(B) | 3.58º | 0.77% | 0.69% | - |
| XYZ | 19.18 | 11.47 | 3.3 | - |
| YUV | 85.76 | 102.74 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 41 | 0 | 0.72 | 0.77 | 0.31 | 3.58 | 0.62 | 0.42 |
| Hex | AF | 31 | 29 | 0 | 48 | 4D | 1F | 4 | 3E | 2A |
| Octal | 257 | 61 | 51 | 0 | 110 | 115 | 37 | 4 | 76 | 52 |
| Binary | 10101111 | 110001 | 101001 | 0 | 1001000 | 1001101 | 11111 | 100 | 111110 | 101010 |
Color Harmonies of #AF3129
Complementary color
Monochromatic Colors of #AF3129
Black with #AF3129
Text Example
Text Example
White with #AF3129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3129; }
p { color: rgb(175,49,41); }
H1.HeaderClassName
{
color: #AF3129;
}
.AnyTagClassName
{
color: #AF3129;
}
</style>
background-color css
<style>
a { background-color: #AF3129; }
a { background-color: rgb(175,49,41); }
div.DivClassName
{
background-color: #AF3129;
}
.BgClassName
{
background-color: #AF3129;
}
</style>
border-color css
<style>
span { border-color: #AF3129; }
span { border-color: rgb(175,49,41); }
td.TdClassName
{
border-color: #AF3129;
}
.TagClassName
{
border-color: #AF3129;
}
</style>