Shades of Red Stage #AF542D
Tints of Red Stage #AF542D
RGB
CMYK
RGB Variations
Color information
#AF542D (or 0xAF542D) is known color: Red Stage. HEX triplet: AF, 54 and 2D. RGB value is (175,84,45). Sum of RGB (Red+Green+Blue) = 175+84+45=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF542D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF542D is #50ABD2. Grayscale: #6B6B6B. Windows color (decimal): -5286867 or 2970799. OLE color: 2970799.
HSL color Cylindrical-coordinate representation of color #AF542D: hue angle of 18º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF542D is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 45 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.31 |
| HSL | 18º | 0.59% | 0.43% | - |
| HSV(B) | 18º | 0.74% | 0.69% | - |
| XYZ | 21.32 | 15.64 | 4.38 | - |
| YUV | 106.76 | 93.15 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 45 | 0 | 0.52 | 0.74 | 0.31 | 18 | 0.59 | 0.43 |
| Hex | AF | 54 | 2D | 0 | 34 | 4A | 1F | 12 | 3B | 2B |
| Octal | 257 | 124 | 55 | 0 | 64 | 112 | 37 | 22 | 73 | 53 |
| Binary | 10101111 | 1010100 | 101101 | 0 | 110100 | 1001010 | 11111 | 10010 | 111011 | 101011 |
Color Harmonies of #AF542D
Complementary color
Monochromatic Colors of #AF542D
Black with #AF542D
Text Example
Text Example
White with #AF542D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF542D; }
p { color: rgb(175,84,45); }
H1.HeaderClassName
{
color: #AF542D;
}
.AnyTagClassName
{
color: #AF542D;
}
</style>
background-color css
<style>
a { background-color: #AF542D; }
a { background-color: rgb(175,84,45); }
div.DivClassName
{
background-color: #AF542D;
}
.BgClassName
{
background-color: #AF542D;
}
</style>
border-color css
<style>
span { border-color: #AF542D; }
span { border-color: rgb(175,84,45); }
td.TdClassName
{
border-color: #AF542D;
}
.TagClassName
{
border-color: #AF542D;
}
</style>