Shades of Red Stage #AF5529
Tints of Red Stage #AF5529
RGB
CMYK
RGB Variations
Color information
#AF5529 (or 0xAF5529) is known color: Red Stage. HEX triplet: AF, 55 and 29. RGB value is (175,85,41). Sum of RGB (Red+Green+Blue) = 175+85+41=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5529 is #50AAD6. Grayscale: #6B6B6B. Windows color (decimal): -5286615 or 2708911. OLE color: 2708911.
HSL color Cylindrical-coordinate representation of color #AF5529: hue angle of 19.7º 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 #AF5529 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 41 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.31 |
| HSL | 19.7º | 0.62% | 0.42% | - |
| HSV(B) | 19.7º | 0.77% | 0.69% | - |
| XYZ | 21.33 | 15.77 | 4.02 | - |
| YUV | 106.89 | 90.82 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 41 | 0 | 0.51 | 0.77 | 0.31 | 19.7 | 0.62 | 0.42 |
| Hex | AF | 55 | 29 | 0 | 33 | 4D | 1F | 14 | 3E | 2A |
| Octal | 257 | 125 | 51 | 0 | 63 | 115 | 37 | 24 | 76 | 52 |
| Binary | 10101111 | 1010101 | 101001 | 0 | 110011 | 1001101 | 11111 | 10100 | 111110 | 101010 |
Color Harmonies of #AF5529
Complementary color
Monochromatic Colors of #AF5529
Black with #AF5529
Text Example
Text Example
White with #AF5529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5529; }
p { color: rgb(175,85,41); }
H1.HeaderClassName
{
color: #AF5529;
}
.AnyTagClassName
{
color: #AF5529;
}
</style>
background-color css
<style>
a { background-color: #AF5529; }
a { background-color: rgb(175,85,41); }
div.DivClassName
{
background-color: #AF5529;
}
.BgClassName
{
background-color: #AF5529;
}
</style>
border-color css
<style>
span { border-color: #AF5529; }
span { border-color: rgb(175,85,41); }
td.TdClassName
{
border-color: #AF5529;
}
.TagClassName
{
border-color: #AF5529;
}
</style>