Shades of Rouge #AF3765
Tints of Rouge #AF3765
RGB
CMYK
RGB Variations
Color information
#AF3765 (or 0xAF3765) is known color: Rouge. HEX triplet: AF, 37 and 65. RGB value is (175,55,101). Sum of RGB (Red+Green+Blue) = 175+55+101=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3765 is #50C89A. Grayscale: #606060. Windows color (decimal): -5294235 or 6633391. OLE color: 6633391.
HSL color Cylindrical-coordinate representation of color #AF3765: hue angle of 337º degrees, saturation: 0.52, 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 #AF3765 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 101 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.31 |
| HSL | 337º | 0.52% | 0.45% | - |
| HSV(B) | 337º | 0.69% | 0.69% | - |
| XYZ | 21.39 | 12.79 | 13.65 | - |
| YUV | 96.12 | 130.76 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 101 | 0 | 0.69 | 0.42 | 0.31 | 337 | 0.52 | 0.45 |
| Hex | AF | 37 | 65 | 0 | 45 | 2A | 1F | 151 | 34 | 2D |
| Octal | 257 | 67 | 145 | 0 | 105 | 52 | 37 | 521 | 64 | 55 |
| Binary | 10101111 | 110111 | 1100101 | 0 | 1000101 | 101010 | 11111 | 101010001 | 110100 | 101101 |
Color Harmonies of #AF3765
Complementary color
Monochromatic Colors of #AF3765
Black with #AF3765
Text Example
Text Example
White with #AF3765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3765; }
p { color: rgb(175,55,101); }
H1.HeaderClassName
{
color: #AF3765;
}
.AnyTagClassName
{
color: #AF3765;
}
</style>
background-color css
<style>
a { background-color: #AF3765; }
a { background-color: rgb(175,55,101); }
div.DivClassName
{
background-color: #AF3765;
}
.BgClassName
{
background-color: #AF3765;
}
</style>
border-color css
<style>
span { border-color: #AF3765; }
span { border-color: rgb(175,55,101); }
td.TdClassName
{
border-color: #AF3765;
}
.TagClassName
{
border-color: #AF3765;
}
</style>