Shades of Red Stage #AF5528
Tints of Red Stage #AF5528
RGB
CMYK
RGB Variations
Color information
#AF5528 (or 0xAF5528) is known color: Red Stage. HEX triplet: AF, 55 and 28. RGB value is (175,85,40). Sum of RGB (Red+Green+Blue) = 175+85+40=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5528 is #50AAD7. Grayscale: #6B6B6B. Windows color (decimal): -5286616 or 2643375. OLE color: 2643375.
HSL color Cylindrical-coordinate representation of color #AF5528: hue angle of 20º degrees, saturation: 0.63, 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 #AF5528 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 40 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.31 |
| HSL | 20º | 0.63% | 0.42% | - |
| HSV(B) | 20º | 0.77% | 0.69% | - |
| XYZ | 21.31 | 15.76 | 3.93 | - |
| YUV | 106.78 | 90.32 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 40 | 0 | 0.51 | 0.77 | 0.31 | 20 | 0.63 | 0.42 |
| Hex | AF | 55 | 28 | 0 | 33 | 4D | 1F | 14 | 3F | 2A |
| Octal | 257 | 125 | 50 | 0 | 63 | 115 | 37 | 24 | 77 | 52 |
| Binary | 10101111 | 1010101 | 101000 | 0 | 110011 | 1001101 | 11111 | 10100 | 111111 | 101010 |
Color Harmonies of #AF5528
Complementary color
Monochromatic Colors of #AF5528
Black with #AF5528
Text Example
Text Example
White with #AF5528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5528; }
p { color: rgb(175,85,40); }
H1.HeaderClassName
{
color: #AF5528;
}
.AnyTagClassName
{
color: #AF5528;
}
</style>
background-color css
<style>
a { background-color: #AF5528; }
a { background-color: rgb(175,85,40); }
div.DivClassName
{
background-color: #AF5528;
}
.BgClassName
{
background-color: #AF5528;
}
</style>
border-color css
<style>
span { border-color: #AF5528; }
span { border-color: rgb(175,85,40); }
td.TdClassName
{
border-color: #AF5528;
}
.TagClassName
{
border-color: #AF5528;
}
</style>