Shades of Rouge #A8436B
Tints of Rouge #A8436B
RGB
CMYK
RGB Variations
Color information
#A8436B (or 0xA8436B) is known color: Rouge. HEX triplet: A8, 43 and 6B. RGB value is (168,67,107). Sum of RGB (Red+Green+Blue) = 168+67+107=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A8436B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8436B is #57BC94. Grayscale: #656565. Windows color (decimal): -5749909 or 7029672. OLE color: 7029672.
HSL color Cylindrical-coordinate representation of color #A8436B: hue angle of 336.24º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8436B is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 67 | 107 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.34 |
| HSL | 336.24º | 0.43% | 0.46% | - |
| HSV(B) | 336.24º | 0.6% | 0.66% | - |
| XYZ | 20.81 | 13.4 | 15.4 | - |
| YUV | 101.76 | 130.96 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 107 | 0 | 0.60 | 0.36 | 0.34 | 336.24 | 0.43 | 0.46 |
| Hex | A8 | 43 | 6B | 0 | 3C | 24 | 22 | 150 | 2B | 2E |
| Octal | 250 | 103 | 153 | 0 | 74 | 44 | 42 | 520 | 53 | 56 |
| Binary | 10101000 | 1000011 | 1101011 | 0 | 111100 | 100100 | 100010 | 101010000 | 101011 | 101110 |
Color Harmonies of #A8436B
Complementary color
Monochromatic Colors of #A8436B
Black with #A8436B
Text Example
Text Example
White with #A8436B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8436B; }
p { color: rgb(168,67,107); }
H1.HeaderClassName
{
color: #A8436B;
}
.AnyTagClassName
{
color: #A8436B;
}
</style>
background-color css
<style>
a { background-color: #A8436B; }
a { background-color: rgb(168,67,107); }
div.DivClassName
{
background-color: #A8436B;
}
.BgClassName
{
background-color: #A8436B;
}
</style>
border-color css
<style>
span { border-color: #A8436B; }
span { border-color: rgb(168,67,107); }
td.TdClassName
{
border-color: #A8436B;
}
.TagClassName
{
border-color: #A8436B;
}
</style>