Shades of Red Stage #AF542A
Tints of Red Stage #AF542A
RGB
CMYK
RGB Variations
Color information
#AF542A (or 0xAF542A) is known color: Red Stage. HEX triplet: AF, 54 and 2A. RGB value is (175,84,42). Sum of RGB (Red+Green+Blue) = 175+84+42=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF542A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF542A is #50ABD5. Grayscale: #6A6A6A. Windows color (decimal): -5286870 or 2774191. OLE color: 2774191.
HSL color Cylindrical-coordinate representation of color #AF542A: hue angle of 18.95º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF542A is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 42 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.31 |
| HSL | 18.95º | 0.61% | 0.43% | - |
| HSV(B) | 18.95º | 0.76% | 0.69% | - |
| XYZ | 21.27 | 15.62 | 4.08 | - |
| YUV | 106.42 | 91.65 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 42 | 0 | 0.52 | 0.76 | 0.31 | 18.95 | 0.61 | 0.43 |
| Hex | AF | 54 | 2A | 0 | 34 | 4C | 1F | 13 | 3D | 2B |
| Octal | 257 | 124 | 52 | 0 | 64 | 114 | 37 | 23 | 75 | 53 |
| Binary | 10101111 | 1010100 | 101010 | 0 | 110100 | 1001100 | 11111 | 10011 | 111101 | 101011 |
Color Harmonies of #AF542A
Complementary color
Monochromatic Colors of #AF542A
Black with #AF542A
Text Example
Text Example
White with #AF542A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF542A; }
p { color: rgb(175,84,42); }
H1.HeaderClassName
{
color: #AF542A;
}
.AnyTagClassName
{
color: #AF542A;
}
</style>
background-color css
<style>
a { background-color: #AF542A; }
a { background-color: rgb(175,84,42); }
div.DivClassName
{
background-color: #AF542A;
}
.BgClassName
{
background-color: #AF542A;
}
</style>
border-color css
<style>
span { border-color: #AF542A; }
span { border-color: rgb(175,84,42); }
td.TdClassName
{
border-color: #AF542A;
}
.TagClassName
{
border-color: #AF542A;
}
</style>