Shades of Red Stage #AF5534
Tints of Red Stage #AF5534
RGB
CMYK
RGB Variations
Color information
#AF5534 (or 0xAF5534) is known color: Red Stage. HEX triplet: AF, 55 and 34. RGB value is (175,85,52). Sum of RGB (Red+Green+Blue) = 175+85+52=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5534 is #50AACB. Grayscale: #6C6C6C. Windows color (decimal): -5286604 or 3429807. OLE color: 3429807.
HSL color Cylindrical-coordinate representation of color #AF5534: hue angle of 16.1º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF5534 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 52 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.31 |
| HSL | 16.1º | 0.54% | 0.45% | - |
| HSV(B) | 16.1º | 0.7% | 0.69% | - |
| XYZ | 21.55 | 15.86 | 5.17 | - |
| YUV | 108.15 | 96.32 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 52 | 0 | 0.51 | 0.70 | 0.31 | 16.1 | 0.54 | 0.45 |
| Hex | AF | 55 | 34 | 0 | 33 | 46 | 1F | 10 | 36 | 2D |
| Octal | 257 | 125 | 64 | 0 | 63 | 106 | 37 | 20 | 66 | 55 |
| Binary | 10101111 | 1010101 | 110100 | 0 | 110011 | 1000110 | 11111 | 10000 | 110110 | 101101 |
Color Harmonies of #AF5534
Complementary color
Monochromatic Colors of #AF5534
Black with #AF5534
Text Example
Text Example
White with #AF5534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5534; }
p { color: rgb(175,85,52); }
H1.HeaderClassName
{
color: #AF5534;
}
.AnyTagClassName
{
color: #AF5534;
}
</style>
background-color css
<style>
a { background-color: #AF5534; }
a { background-color: rgb(175,85,52); }
div.DivClassName
{
background-color: #AF5534;
}
.BgClassName
{
background-color: #AF5534;
}
</style>
border-color css
<style>
span { border-color: #AF5534; }
span { border-color: rgb(175,85,52); }
td.TdClassName
{
border-color: #AF5534;
}
.TagClassName
{
border-color: #AF5534;
}
</style>