Shades of Rouge #A03769
Tints of Rouge #A03769
RGB
CMYK
RGB Variations
Color information
#A03769 (or 0xA03769) is known color: Rouge. HEX triplet: A0, 37 and 69. RGB value is (160,55,105). Sum of RGB (Red+Green+Blue) = 160+55+105=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A03769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03769 is #5FC896. Grayscale: #5B5B5B. Windows color (decimal): -6277271 or 6895520. OLE color: 6895520.
HSL color Cylindrical-coordinate representation of color #A03769: hue angle of 331.43º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03769 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 105 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.37 |
| HSL | 331.43º | 0.49% | 0.42% | - |
| HSV(B) | 331.43º | 0.66% | 0.63% | - |
| XYZ | 18.41 | 11.23 | 14.56 | - |
| YUV | 92.1 | 135.29 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 105 | 0 | 0.66 | 0.34 | 0.37 | 331.43 | 0.49 | 0.42 |
| Hex | A0 | 37 | 69 | 0 | 42 | 22 | 25 | 14B | 31 | 2A |
| Octal | 240 | 67 | 151 | 0 | 102 | 42 | 45 | 513 | 61 | 52 |
| Binary | 10100000 | 110111 | 1101001 | 0 | 1000010 | 100010 | 100101 | 101001011 | 110001 | 101010 |
Color Harmonies of #A03769
Complementary color
Monochromatic Colors of #A03769
Black with #A03769
Text Example
Text Example
White with #A03769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03769; }
p { color: rgb(160,55,105); }
H1.HeaderClassName
{
color: #A03769;
}
.AnyTagClassName
{
color: #A03769;
}
</style>
background-color css
<style>
a { background-color: #A03769; }
a { background-color: rgb(160,55,105); }
div.DivClassName
{
background-color: #A03769;
}
.BgClassName
{
background-color: #A03769;
}
</style>
border-color css
<style>
span { border-color: #A03769; }
span { border-color: rgb(160,55,105); }
td.TdClassName
{
border-color: #A03769;
}
.TagClassName
{
border-color: #A03769;
}
</style>