Shades of Rouge #A8456D
Tints of Rouge #A8456D
RGB
CMYK
RGB Variations
Color information
#A8456D (or 0xA8456D) is known color: Rouge. HEX triplet: A8, 45 and 6D. RGB value is (168,69,109). Sum of RGB (Red+Green+Blue) = 168+69+109=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A8456D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8456D is #57BA92. Grayscale: #676767. Windows color (decimal): -5749395 or 7161256. OLE color: 7161256.
HSL color Cylindrical-coordinate representation of color #A8456D: hue angle of 335.76º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8456D is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 109 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.34 |
| HSL | 335.76º | 0.42% | 0.46% | - |
| HSV(B) | 335.76º | 0.59% | 0.66% | - |
| XYZ | 21.04 | 13.69 | 16 | - |
| YUV | 103.16 | 131.3 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 109 | 0 | 0.59 | 0.35 | 0.34 | 335.76 | 0.42 | 0.46 |
| Hex | A8 | 45 | 6D | 0 | 3B | 23 | 22 | 150 | 2A | 2E |
| Octal | 250 | 105 | 155 | 0 | 73 | 43 | 42 | 520 | 52 | 56 |
| Binary | 10101000 | 1000101 | 1101101 | 0 | 111011 | 100011 | 100010 | 101010000 | 101010 | 101110 |
Color Harmonies of #A8456D
Complementary color
Monochromatic Colors of #A8456D
Black with #A8456D
Text Example
Text Example
White with #A8456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8456D; }
p { color: rgb(168,69,109); }
H1.HeaderClassName
{
color: #A8456D;
}
.AnyTagClassName
{
color: #A8456D;
}
</style>
background-color css
<style>
a { background-color: #A8456D; }
a { background-color: rgb(168,69,109); }
div.DivClassName
{
background-color: #A8456D;
}
.BgClassName
{
background-color: #A8456D;
}
</style>
border-color css
<style>
span { border-color: #A8456D; }
span { border-color: rgb(168,69,109); }
td.TdClassName
{
border-color: #A8456D;
}
.TagClassName
{
border-color: #A8456D;
}
</style>