Shades of Red Stage #AF522D
Tints of Red Stage #AF522D
RGB
CMYK
RGB Variations
Color information
#AF522D (or 0xAF522D) is known color: Red Stage. HEX triplet: AF, 52 and 2D. RGB value is (175,82,45). Sum of RGB (Red+Green+Blue) = 175+82+45=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF522D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF522D is #50ADD2. Grayscale: #696969. Windows color (decimal): -5287379 or 2970287. OLE color: 2970287.
HSL color Cylindrical-coordinate representation of color #AF522D: hue angle of 17.08º 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 #AF522D is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 82 | 45 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.31 |
| HSL | 17.08º | 0.59% | 0.43% | - |
| HSV(B) | 17.08º | 0.74% | 0.69% | - |
| XYZ | 21.17 | 15.34 | 4.33 | - |
| YUV | 105.59 | 93.81 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 45 | 0 | 0.53 | 0.74 | 0.31 | 17.08 | 0.59 | 0.43 |
| Hex | AF | 52 | 2D | 0 | 35 | 4A | 1F | 11 | 3B | 2B |
| Octal | 257 | 122 | 55 | 0 | 65 | 112 | 37 | 21 | 73 | 53 |
| Binary | 10101111 | 1010010 | 101101 | 0 | 110101 | 1001010 | 11111 | 10001 | 111011 | 101011 |
Color Harmonies of #AF522D
Complementary color
Monochromatic Colors of #AF522D
Black with #AF522D
Text Example
Text Example
White with #AF522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF522D; }
p { color: rgb(175,82,45); }
H1.HeaderClassName
{
color: #AF522D;
}
.AnyTagClassName
{
color: #AF522D;
}
</style>
background-color css
<style>
a { background-color: #AF522D; }
a { background-color: rgb(175,82,45); }
div.DivClassName
{
background-color: #AF522D;
}
.BgClassName
{
background-color: #AF522D;
}
</style>
border-color css
<style>
span { border-color: #AF522D; }
span { border-color: rgb(175,82,45); }
td.TdClassName
{
border-color: #AF522D;
}
.TagClassName
{
border-color: #AF522D;
}
</style>