Shades of Rouge #AF365A
Tints of Rouge #AF365A
RGB
CMYK
RGB Variations
Color information
#AF365A (or 0xAF365A) is known color: Rouge. HEX triplet: AF, 36 and 5A. RGB value is (175,54,90). Sum of RGB (Red+Green+Blue) = 175+54+90=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF365A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF365A is #50C9A5. Grayscale: #5E5E5E. Windows color (decimal): -5294502 or 5912239. OLE color: 5912239.
HSL color Cylindrical-coordinate representation of color #AF365A: hue angle of 342.15º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF365A is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 90 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.31 |
| HSL | 342.15º | 0.53% | 0.45% | - |
| HSV(B) | 342.15º | 0.69% | 0.69% | - |
| XYZ | 20.84 | 12.49 | 10.99 | - |
| YUV | 94.28 | 125.59 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 90 | 0 | 0.69 | 0.49 | 0.31 | 342.15 | 0.53 | 0.45 |
| Hex | AF | 36 | 5A | 0 | 45 | 31 | 1F | 156 | 35 | 2D |
| Octal | 257 | 66 | 132 | 0 | 105 | 61 | 37 | 526 | 65 | 55 |
| Binary | 10101111 | 110110 | 1011010 | 0 | 1000101 | 110001 | 11111 | 101010110 | 110101 | 101101 |
Color Harmonies of #AF365A
Complementary color
Monochromatic Colors of #AF365A
Black with #AF365A
Text Example
Text Example
White with #AF365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF365A; }
p { color: rgb(175,54,90); }
H1.HeaderClassName
{
color: #AF365A;
}
.AnyTagClassName
{
color: #AF365A;
}
</style>
background-color css
<style>
a { background-color: #AF365A; }
a { background-color: rgb(175,54,90); }
div.DivClassName
{
background-color: #AF365A;
}
.BgClassName
{
background-color: #AF365A;
}
</style>
border-color css
<style>
span { border-color: #AF365A; }
span { border-color: rgb(175,54,90); }
td.TdClassName
{
border-color: #AF365A;
}
.TagClassName
{
border-color: #AF365A;
}
</style>