Shades of Rouge #AF366A
Tints of Rouge #AF366A
RGB
CMYK
RGB Variations
Color information
#AF366A (or 0xAF366A) is known color: Rouge. HEX triplet: AF, 36 and 6A. RGB value is (175,54,106). Sum of RGB (Red+Green+Blue) = 175+54+106=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF366A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF366A is #50C995. Grayscale: #606060. Windows color (decimal): -5294486 or 6960815. OLE color: 6960815.
HSL color Cylindrical-coordinate representation of color #AF366A: hue angle of 334.21º 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 #AF366A is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 106 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.31 |
| HSL | 334.21º | 0.53% | 0.45% | - |
| HSV(B) | 334.21º | 0.69% | 0.69% | - |
| XYZ | 21.6 | 12.79 | 14.97 | - |
| YUV | 96.11 | 133.59 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 106 | 0 | 0.69 | 0.39 | 0.31 | 334.21 | 0.53 | 0.45 |
| Hex | AF | 36 | 6A | 0 | 45 | 27 | 1F | 14E | 35 | 2D |
| Octal | 257 | 66 | 152 | 0 | 105 | 47 | 37 | 516 | 65 | 55 |
| Binary | 10101111 | 110110 | 1101010 | 0 | 1000101 | 100111 | 11111 | 101001110 | 110101 | 101101 |
Color Harmonies of #AF366A
Complementary color
Monochromatic Colors of #AF366A
Black with #AF366A
Text Example
Text Example
White with #AF366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF366A; }
p { color: rgb(175,54,106); }
H1.HeaderClassName
{
color: #AF366A;
}
.AnyTagClassName
{
color: #AF366A;
}
</style>
background-color css
<style>
a { background-color: #AF366A; }
a { background-color: rgb(175,54,106); }
div.DivClassName
{
background-color: #AF366A;
}
.BgClassName
{
background-color: #AF366A;
}
</style>
border-color css
<style>
span { border-color: #AF366A; }
span { border-color: rgb(175,54,106); }
td.TdClassName
{
border-color: #AF366A;
}
.TagClassName
{
border-color: #AF366A;
}
</style>