Shades of Rouge #A9436A
Tints of Rouge #A9436A
RGB
CMYK
RGB Variations
Color information
#A9436A (or 0xA9436A) is known color: Rouge. HEX triplet: A9, 43 and 6A. RGB value is (169,67,106). Sum of RGB (Red+Green+Blue) = 169+67+106=342 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.42% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 169 - color contains mainly: red. Hex color #A9436A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9436A is #56BC95. Grayscale: #656565. Windows color (decimal): -5684374 or 6964137. OLE color: 6964137.
HSL color Cylindrical-coordinate representation of color #A9436A: hue angle of 337.06º 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 #A9436A is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 67 | 106 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.34 |
| HSL | 337.06º | 0.43% | 0.46% | - |
| HSV(B) | 337.06º | 0.6% | 0.66% | - |
| XYZ | 20.97 | 13.49 | 15.13 | - |
| YUV | 101.94 | 130.29 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 67 | 106 | 0 | 0.60 | 0.37 | 0.34 | 337.06 | 0.43 | 0.46 |
| Hex | A9 | 43 | 6A | 0 | 3C | 25 | 22 | 151 | 2B | 2E |
| Octal | 251 | 103 | 152 | 0 | 74 | 45 | 42 | 521 | 53 | 56 |
| Binary | 10101001 | 1000011 | 1101010 | 0 | 111100 | 100101 | 100010 | 101010001 | 101011 | 101110 |
Color Harmonies of #A9436A
Complementary color
Monochromatic Colors of #A9436A
Black with #A9436A
Text Example
Text Example
White with #A9436A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9436A; }
p { color: rgb(169,67,106); }
H1.HeaderClassName
{
color: #A9436A;
}
.AnyTagClassName
{
color: #A9436A;
}
</style>
background-color css
<style>
a { background-color: #A9436A; }
a { background-color: rgb(169,67,106); }
div.DivClassName
{
background-color: #A9436A;
}
.BgClassName
{
background-color: #A9436A;
}
</style>
border-color css
<style>
span { border-color: #A9436A; }
span { border-color: rgb(169,67,106); }
td.TdClassName
{
border-color: #A9436A;
}
.TagClassName
{
border-color: #A9436A;
}
</style>