Shades of Rouge #AF3667
Tints of Rouge #AF3667
RGB
CMYK
RGB Variations
Color information
#AF3667 (or 0xAF3667) is known color: Rouge. HEX triplet: AF, 36 and 67. RGB value is (175,54,103). Sum of RGB (Red+Green+Blue) = 175+54+103=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3667 is #50C998. Grayscale: #5F5F5F. Windows color (decimal): -5294489 or 6764207. OLE color: 6764207.
HSL color Cylindrical-coordinate representation of color #AF3667: hue angle of 335.7º 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 #AF3667 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 103 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.31 |
| HSL | 335.7º | 0.53% | 0.45% | - |
| HSV(B) | 335.7º | 0.69% | 0.69% | - |
| XYZ | 21.45 | 12.73 | 14.16 | - |
| YUV | 95.77 | 132.09 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 103 | 0 | 0.69 | 0.41 | 0.31 | 335.7 | 0.53 | 0.45 |
| Hex | AF | 36 | 67 | 0 | 45 | 29 | 1F | 150 | 35 | 2D |
| Octal | 257 | 66 | 147 | 0 | 105 | 51 | 37 | 520 | 65 | 55 |
| Binary | 10101111 | 110110 | 1100111 | 0 | 1000101 | 101001 | 11111 | 101010000 | 110101 | 101101 |
Color Harmonies of #AF3667
Complementary color
Monochromatic Colors of #AF3667
Black with #AF3667
Text Example
Text Example
White with #AF3667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3667; }
p { color: rgb(175,54,103); }
H1.HeaderClassName
{
color: #AF3667;
}
.AnyTagClassName
{
color: #AF3667;
}
</style>
background-color css
<style>
a { background-color: #AF3667; }
a { background-color: rgb(175,54,103); }
div.DivClassName
{
background-color: #AF3667;
}
.BgClassName
{
background-color: #AF3667;
}
</style>
border-color css
<style>
span { border-color: #AF3667; }
span { border-color: rgb(175,54,103); }
td.TdClassName
{
border-color: #AF3667;
}
.TagClassName
{
border-color: #AF3667;
}
</style>