Shades of Red Stage #AF5429
Tints of Red Stage #AF5429
RGB
CMYK
RGB Variations
Color information
#AF5429 (or 0xAF5429) is known color: Red Stage. HEX triplet: AF, 54 and 29. RGB value is (175,84,41). Sum of RGB (Red+Green+Blue) = 175+84+41=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5429 is #50ABD6. Grayscale: #6A6A6A. Windows color (decimal): -5286871 or 2708655. OLE color: 2708655.
HSL color Cylindrical-coordinate representation of color #AF5429: hue angle of 19.25º 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 #AF5429 is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 41 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.31 |
| HSL | 19.25º | 0.62% | 0.42% | - |
| HSV(B) | 19.25º | 0.77% | 0.69% | - |
| XYZ | 21.25 | 15.61 | 3.99 | - |
| YUV | 106.31 | 91.15 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 41 | 0 | 0.52 | 0.77 | 0.31 | 19.25 | 0.62 | 0.42 |
| Hex | AF | 54 | 29 | 0 | 34 | 4D | 1F | 13 | 3E | 2A |
| Octal | 257 | 124 | 51 | 0 | 64 | 115 | 37 | 23 | 76 | 52 |
| Binary | 10101111 | 1010100 | 101001 | 0 | 110100 | 1001101 | 11111 | 10011 | 111110 | 101010 |
Color Harmonies of #AF5429
Complementary color
Monochromatic Colors of #AF5429
Black with #AF5429
Text Example
Text Example
White with #AF5429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5429; }
p { color: rgb(175,84,41); }
H1.HeaderClassName
{
color: #AF5429;
}
.AnyTagClassName
{
color: #AF5429;
}
</style>
background-color css
<style>
a { background-color: #AF5429; }
a { background-color: rgb(175,84,41); }
div.DivClassName
{
background-color: #AF5429;
}
.BgClassName
{
background-color: #AF5429;
}
</style>
border-color css
<style>
span { border-color: #AF5429; }
span { border-color: rgb(175,84,41); }
td.TdClassName
{
border-color: #AF5429;
}
.TagClassName
{
border-color: #AF5429;
}
</style>