Shades of Rouge #A8476D
Tints of Rouge #A8476D
RGB
CMYK
RGB Variations
Color information
#A8476D (or 0xA8476D) is known color: Rouge. HEX triplet: A8, 47 and 6D. RGB value is (168,71,109). Sum of RGB (Red+Green+Blue) = 168+71+109=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A8476D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8476D is #57B892. Grayscale: #686868. Windows color (decimal): -5748883 or 7161768. OLE color: 7161768.
HSL color Cylindrical-coordinate representation of color #A8476D: hue angle of 336.49º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8476D is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 71 | 109 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.34 |
| HSL | 336.49º | 0.41% | 0.47% | - |
| HSV(B) | 336.49º | 0.58% | 0.66% | - |
| XYZ | 21.16 | 13.94 | 16.04 | - |
| YUV | 104.34 | 130.64 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 71 | 109 | 0 | 0.58 | 0.35 | 0.34 | 336.49 | 0.41 | 0.47 |
| Hex | A8 | 47 | 6D | 0 | 3A | 23 | 22 | 150 | 29 | 2F |
| Octal | 250 | 107 | 155 | 0 | 72 | 43 | 42 | 520 | 51 | 57 |
| Binary | 10101000 | 1000111 | 1101101 | 0 | 111010 | 100011 | 100010 | 101010000 | 101001 | 101111 |
Color Harmonies of #A8476D
Complementary color
Monochromatic Colors of #A8476D
Black with #A8476D
Text Example
Text Example
White with #A8476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8476D; }
p { color: rgb(168,71,109); }
H1.HeaderClassName
{
color: #A8476D;
}
.AnyTagClassName
{
color: #A8476D;
}
</style>
background-color css
<style>
a { background-color: #A8476D; }
a { background-color: rgb(168,71,109); }
div.DivClassName
{
background-color: #A8476D;
}
.BgClassName
{
background-color: #A8476D;
}
</style>
border-color css
<style>
span { border-color: #A8476D; }
span { border-color: rgb(168,71,109); }
td.TdClassName
{
border-color: #A8476D;
}
.TagClassName
{
border-color: #A8476D;
}
</style>