Shades of Red Stage #AF5432
Tints of Red Stage #AF5432
RGB
CMYK
RGB Variations
Color information
#AF5432 (or 0xAF5432) is known color: Red Stage. HEX triplet: AF, 54 and 32. RGB value is (175,84,50). Sum of RGB (Red+Green+Blue) = 175+84+50=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5432 is #50ABCD. Grayscale: #6B6B6B. Windows color (decimal): -5286862 or 3298479. OLE color: 3298479.
HSL color Cylindrical-coordinate representation of color #AF5432: hue angle of 16.32º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF5432 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 50 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.31 |
| HSL | 16.32º | 0.56% | 0.44% | - |
| HSV(B) | 16.32º | 0.71% | 0.69% | - |
| XYZ | 21.43 | 15.68 | 4.92 | - |
| YUV | 107.33 | 95.65 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 50 | 0 | 0.52 | 0.71 | 0.31 | 16.32 | 0.56 | 0.44 |
| Hex | AF | 54 | 32 | 0 | 34 | 47 | 1F | 10 | 38 | 2C |
| Octal | 257 | 124 | 62 | 0 | 64 | 107 | 37 | 20 | 70 | 54 |
| Binary | 10101111 | 1010100 | 110010 | 0 | 110100 | 1000111 | 11111 | 10000 | 111000 | 101100 |
Color Harmonies of #AF5432
Complementary color
Monochromatic Colors of #AF5432
Black with #AF5432
Text Example
Text Example
White with #AF5432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5432; }
p { color: rgb(175,84,50); }
H1.HeaderClassName
{
color: #AF5432;
}
.AnyTagClassName
{
color: #AF5432;
}
</style>
background-color css
<style>
a { background-color: #AF5432; }
a { background-color: rgb(175,84,50); }
div.DivClassName
{
background-color: #AF5432;
}
.BgClassName
{
background-color: #AF5432;
}
</style>
border-color css
<style>
span { border-color: #AF5432; }
span { border-color: rgb(175,84,50); }
td.TdClassName
{
border-color: #AF5432;
}
.TagClassName
{
border-color: #AF5432;
}
</style>