Shades of Red Stage #AF5431
Tints of Red Stage #AF5431
RGB
CMYK
RGB Variations
Color information
#AF5431 (or 0xAF5431) is known color: Red Stage. HEX triplet: AF, 54 and 31. RGB value is (175,84,49). Sum of RGB (Red+Green+Blue) = 175+84+49=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5431 is #50ABCE. Grayscale: #6B6B6B. Windows color (decimal): -5286863 or 3232943. OLE color: 3232943.
HSL color Cylindrical-coordinate representation of color #AF5431: hue angle of 16.67º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF5431 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 49 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.31 |
| HSL | 16.67º | 0.56% | 0.44% | - |
| HSV(B) | 16.67º | 0.72% | 0.69% | - |
| XYZ | 21.4 | 15.68 | 4.8 | - |
| YUV | 107.22 | 95.15 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 49 | 0 | 0.52 | 0.72 | 0.31 | 16.67 | 0.56 | 0.44 |
| Hex | AF | 54 | 31 | 0 | 34 | 48 | 1F | 11 | 38 | 2C |
| Octal | 257 | 124 | 61 | 0 | 64 | 110 | 37 | 21 | 70 | 54 |
| Binary | 10101111 | 1010100 | 110001 | 0 | 110100 | 1001000 | 11111 | 10001 | 111000 | 101100 |
Color Harmonies of #AF5431
Complementary color
Monochromatic Colors of #AF5431
Black with #AF5431
Text Example
Text Example
White with #AF5431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5431; }
p { color: rgb(175,84,49); }
H1.HeaderClassName
{
color: #AF5431;
}
.AnyTagClassName
{
color: #AF5431;
}
</style>
background-color css
<style>
a { background-color: #AF5431; }
a { background-color: rgb(175,84,49); }
div.DivClassName
{
background-color: #AF5431;
}
.BgClassName
{
background-color: #AF5431;
}
</style>
border-color css
<style>
span { border-color: #AF5431; }
span { border-color: rgb(175,84,49); }
td.TdClassName
{
border-color: #AF5431;
}
.TagClassName
{
border-color: #AF5431;
}
</style>