Shades of Red Stage #AF542C
Tints of Red Stage #AF542C
RGB
CMYK
RGB Variations
Color information
#AF542C (or 0xAF542C) is known color: Red Stage. HEX triplet: AF, 54 and 2C. RGB value is (175,84,44). Sum of RGB (Red+Green+Blue) = 175+84+44=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF542C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF542C is #50ABD3. Grayscale: #6A6A6A. Windows color (decimal): -5286868 or 2905263. OLE color: 2905263.
HSL color Cylindrical-coordinate representation of color #AF542C: hue angle of 18.32º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF542C is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 44 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.31 |
| HSL | 18.32º | 0.6% | 0.43% | - |
| HSV(B) | 18.32º | 0.75% | 0.69% | - |
| XYZ | 21.3 | 15.64 | 4.28 | - |
| YUV | 106.65 | 92.65 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 44 | 0 | 0.52 | 0.75 | 0.31 | 18.32 | 0.6 | 0.43 |
| Hex | AF | 54 | 2C | 0 | 34 | 4B | 1F | 12 | 3C | 2B |
| Octal | 257 | 124 | 54 | 0 | 64 | 113 | 37 | 22 | 74 | 53 |
| Binary | 10101111 | 1010100 | 101100 | 0 | 110100 | 1001011 | 11111 | 10010 | 111100 | 101011 |
Color Harmonies of #AF542C
Complementary color
Monochromatic Colors of #AF542C
Black with #AF542C
Text Example
Text Example
White with #AF542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF542C; }
p { color: rgb(175,84,44); }
H1.HeaderClassName
{
color: #AF542C;
}
.AnyTagClassName
{
color: #AF542C;
}
</style>
background-color css
<style>
a { background-color: #AF542C; }
a { background-color: rgb(175,84,44); }
div.DivClassName
{
background-color: #AF542C;
}
.BgClassName
{
background-color: #AF542C;
}
</style>
border-color css
<style>
span { border-color: #AF542C; }
span { border-color: rgb(175,84,44); }
td.TdClassName
{
border-color: #AF542C;
}
.TagClassName
{
border-color: #AF542C;
}
</style>