Shades of Rouge #A2435F
Tints of Rouge #A2435F
RGB
CMYK
RGB Variations
Color information
#A2435F (or 0xA2435F) is known color: Rouge. HEX triplet: A2, 43 and 5F. RGB value is (162,67,95). Sum of RGB (Red+Green+Blue) = 162+67+95=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A2435F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2435F is #5DBCA0. Grayscale: #626262. Windows color (decimal): -6143137 or 6243234. OLE color: 6243234.
HSL color Cylindrical-coordinate representation of color #A2435F: hue angle of 342.32º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2435F is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 67 | 95 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.36 |
| HSL | 342.32º | 0.41% | 0.45% | - |
| HSV(B) | 342.32º | 0.59% | 0.64% | - |
| XYZ | 18.97 | 12.52 | 12.24 | - |
| YUV | 98.6 | 125.97 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 67 | 95 | 0 | 0.59 | 0.41 | 0.36 | 342.32 | 0.41 | 0.45 |
| Hex | A2 | 43 | 5F | 0 | 3B | 29 | 24 | 156 | 29 | 2D |
| Octal | 242 | 103 | 137 | 0 | 73 | 51 | 44 | 526 | 51 | 55 |
| Binary | 10100010 | 1000011 | 1011111 | 0 | 111011 | 101001 | 100100 | 101010110 | 101001 | 101101 |
Color Harmonies of #A2435F
Complementary color
Monochromatic Colors of #A2435F
Black with #A2435F
Text Example
Text Example
White with #A2435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2435F; }
p { color: rgb(162,67,95); }
H1.HeaderClassName
{
color: #A2435F;
}
.AnyTagClassName
{
color: #A2435F;
}
</style>
background-color css
<style>
a { background-color: #A2435F; }
a { background-color: rgb(162,67,95); }
div.DivClassName
{
background-color: #A2435F;
}
.BgClassName
{
background-color: #A2435F;
}
</style>
border-color css
<style>
span { border-color: #A2435F; }
span { border-color: rgb(162,67,95); }
td.TdClassName
{
border-color: #A2435F;
}
.TagClassName
{
border-color: #A2435F;
}
</style>