Shades of Rouge #AF3269
Tints of Rouge #AF3269
RGB
CMYK
RGB Variations
Color information
#AF3269 (or 0xAF3269) is known color: Rouge. HEX triplet: AF, 32 and 69. RGB value is (175,50,105). Sum of RGB (Red+Green+Blue) = 175+50+105=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3269 is #50CD96. Grayscale: #5D5D5D. Windows color (decimal): -5295511 or 6894255. OLE color: 6894255.
HSL color Cylindrical-coordinate representation of color #AF3269: hue angle of 333.6º 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 #AF3269 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 105 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.31 |
| HSL | 333.6º | 0.56% | 0.44% | - |
| HSV(B) | 333.6º | 0.71% | 0.69% | - |
| XYZ | 21.37 | 12.42 | 14.63 | - |
| YUV | 93.65 | 134.41 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 105 | 0 | 0.71 | 0.40 | 0.31 | 333.6 | 0.56 | 0.44 |
| Hex | AF | 32 | 69 | 0 | 47 | 28 | 1F | 14E | 38 | 2C |
| Octal | 257 | 62 | 151 | 0 | 107 | 50 | 37 | 516 | 70 | 54 |
| Binary | 10101111 | 110010 | 1101001 | 0 | 1000111 | 101000 | 11111 | 101001110 | 111000 | 101100 |
Color Harmonies of #AF3269
Complementary color
Monochromatic Colors of #AF3269
Black with #AF3269
Text Example
Text Example
White with #AF3269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3269; }
p { color: rgb(175,50,105); }
H1.HeaderClassName
{
color: #AF3269;
}
.AnyTagClassName
{
color: #AF3269;
}
</style>
background-color css
<style>
a { background-color: #AF3269; }
a { background-color: rgb(175,50,105); }
div.DivClassName
{
background-color: #AF3269;
}
.BgClassName
{
background-color: #AF3269;
}
</style>
border-color css
<style>
span { border-color: #AF3269; }
span { border-color: rgb(175,50,105); }
td.TdClassName
{
border-color: #AF3269;
}
.TagClassName
{
border-color: #AF3269;
}
</style>