Shades of Rouge #A8456C
Tints of Rouge #A8456C
RGB
CMYK
RGB Variations
Color information
#A8456C (or 0xA8456C) is known color: Rouge. HEX triplet: A8, 45 and 6C. RGB value is (168,69,108). Sum of RGB (Red+Green+Blue) = 168+69+108=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A8456C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8456C is #57BA93. Grayscale: #666666. Windows color (decimal): -5749396 or 7095720. OLE color: 7095720.
HSL color Cylindrical-coordinate representation of color #A8456C: hue angle of 336.36º 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 #A8456C is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 108 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.34 |
| HSL | 336.36º | 0.42% | 0.46% | - |
| HSV(B) | 336.36º | 0.59% | 0.66% | - |
| XYZ | 20.98 | 13.66 | 15.72 | - |
| YUV | 103.05 | 130.8 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 108 | 0 | 0.59 | 0.36 | 0.34 | 336.36 | 0.42 | 0.46 |
| Hex | A8 | 45 | 6C | 0 | 3B | 24 | 22 | 150 | 2A | 2E |
| Octal | 250 | 105 | 154 | 0 | 73 | 44 | 42 | 520 | 52 | 56 |
| Binary | 10101000 | 1000101 | 1101100 | 0 | 111011 | 100100 | 100010 | 101010000 | 101010 | 101110 |
Color Harmonies of #A8456C
Complementary color
Monochromatic Colors of #A8456C
Black with #A8456C
Text Example
Text Example
White with #A8456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8456C; }
p { color: rgb(168,69,108); }
H1.HeaderClassName
{
color: #A8456C;
}
.AnyTagClassName
{
color: #A8456C;
}
</style>
background-color css
<style>
a { background-color: #A8456C; }
a { background-color: rgb(168,69,108); }
div.DivClassName
{
background-color: #A8456C;
}
.BgClassName
{
background-color: #A8456C;
}
</style>
border-color css
<style>
span { border-color: #A8456C; }
span { border-color: rgb(168,69,108); }
td.TdClassName
{
border-color: #A8456C;
}
.TagClassName
{
border-color: #A8456C;
}
</style>