Shades of Rouge #A6435E
Tints of Rouge #A6435E
RGB
CMYK
RGB Variations
Color information
#A6435E (or 0xA6435E) is known color: Rouge. HEX triplet: A6, 43 and 5E. RGB value is (166,67,94). Sum of RGB (Red+Green+Blue) = 166+67+94=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A6435E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6435E is #59BCA1. Grayscale: #636363. Windows color (decimal): -5880994 or 6177702. OLE color: 6177702.
HSL color Cylindrical-coordinate representation of color #A6435E: hue angle of 343.64º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6435E is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 94 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.35 |
| HSL | 343.64º | 0.42% | 0.46% | - |
| HSV(B) | 343.64º | 0.6% | 0.65% | - |
| XYZ | 19.75 | 12.93 | 12.04 | - |
| YUV | 99.68 | 124.8 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 94 | 0 | 0.60 | 0.43 | 0.35 | 343.64 | 0.42 | 0.46 |
| Hex | A6 | 43 | 5E | 0 | 3C | 2B | 23 | 158 | 2A | 2E |
| Octal | 246 | 103 | 136 | 0 | 74 | 53 | 43 | 530 | 52 | 56 |
| Binary | 10100110 | 1000011 | 1011110 | 0 | 111100 | 101011 | 100011 | 101011000 | 101010 | 101110 |
Color Harmonies of #A6435E
Complementary color
Monochromatic Colors of #A6435E
Black with #A6435E
Text Example
Text Example
White with #A6435E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6435E; }
p { color: rgb(166,67,94); }
H1.HeaderClassName
{
color: #A6435E;
}
.AnyTagClassName
{
color: #A6435E;
}
</style>
background-color css
<style>
a { background-color: #A6435E; }
a { background-color: rgb(166,67,94); }
div.DivClassName
{
background-color: #A6435E;
}
.BgClassName
{
background-color: #A6435E;
}
</style>
border-color css
<style>
span { border-color: #A6435E; }
span { border-color: rgb(166,67,94); }
td.TdClassName
{
border-color: #A6435E;
}
.TagClassName
{
border-color: #A6435E;
}
</style>