Shades of Rouge #A3426B
Tints of Rouge #A3426B
RGB
CMYK
RGB Variations
Color information
#A3426B (or 0xA3426B) is known color: Rouge. HEX triplet: A3, 42 and 6B. RGB value is (163,66,107). Sum of RGB (Red+Green+Blue) = 163+66+107=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A3426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3426B is #5CBD94. Grayscale: #636363. Windows color (decimal): -6077845 or 7029411. OLE color: 7029411.
HSL color Cylindrical-coordinate representation of color #A3426B: hue angle of 334.64º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A3426B is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 66 | 107 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.36 |
| HSL | 334.64º | 0.42% | 0.45% | - |
| HSV(B) | 334.64º | 0.6% | 0.64% | - |
| XYZ | 19.71 | 12.74 | 15.33 | - |
| YUV | 99.68 | 132.14 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 66 | 107 | 0 | 0.60 | 0.34 | 0.36 | 334.64 | 0.42 | 0.45 |
| Hex | A3 | 42 | 6B | 0 | 3C | 22 | 24 | 14F | 2A | 2D |
| Octal | 243 | 102 | 153 | 0 | 74 | 42 | 44 | 517 | 52 | 55 |
| Binary | 10100011 | 1000010 | 1101011 | 0 | 111100 | 100010 | 100100 | 101001111 | 101010 | 101101 |
Color Harmonies of #A3426B
Complementary color
Monochromatic Colors of #A3426B
Black with #A3426B
Text Example
Text Example
White with #A3426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3426B; }
p { color: rgb(163,66,107); }
H1.HeaderClassName
{
color: #A3426B;
}
.AnyTagClassName
{
color: #A3426B;
}
</style>
background-color css
<style>
a { background-color: #A3426B; }
a { background-color: rgb(163,66,107); }
div.DivClassName
{
background-color: #A3426B;
}
.BgClassName
{
background-color: #A3426B;
}
</style>
border-color css
<style>
span { border-color: #A3426B; }
span { border-color: rgb(163,66,107); }
td.TdClassName
{
border-color: #A3426B;
}
.TagClassName
{
border-color: #A3426B;
}
</style>