Shades of Rouge #A34367
Tints of Rouge #A34367
RGB
CMYK
RGB Variations
Color information
#A34367 (or 0xA34367) is known color: Rouge. HEX triplet: A3, 43 and 67. RGB value is (163,67,103). Sum of RGB (Red+Green+Blue) = 163+67+103=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A34367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34367 is #5CBC98. Grayscale: #636363. Windows color (decimal): -6077593 or 6767523. OLE color: 6767523.
HSL color Cylindrical-coordinate representation of color #A34367: hue angle of 337.5º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A34367 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 67 | 103 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.36 |
| HSL | 337.5º | 0.42% | 0.45% | - |
| HSV(B) | 337.5º | 0.59% | 0.64% | - |
| XYZ | 19.56 | 12.78 | 14.27 | - |
| YUV | 99.81 | 129.8 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 103 | 0 | 0.59 | 0.37 | 0.36 | 337.5 | 0.42 | 0.45 |
| Hex | A3 | 43 | 67 | 0 | 3B | 25 | 24 | 152 | 2A | 2D |
| Octal | 243 | 103 | 147 | 0 | 73 | 45 | 44 | 522 | 52 | 55 |
| Binary | 10100011 | 1000011 | 1100111 | 0 | 111011 | 100101 | 100100 | 101010010 | 101010 | 101101 |
Color Harmonies of #A34367
Complementary color
Monochromatic Colors of #A34367
Black with #A34367
Text Example
Text Example
White with #A34367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34367; }
p { color: rgb(163,67,103); }
H1.HeaderClassName
{
color: #A34367;
}
.AnyTagClassName
{
color: #A34367;
}
</style>
background-color css
<style>
a { background-color: #A34367; }
a { background-color: rgb(163,67,103); }
div.DivClassName
{
background-color: #A34367;
}
.BgClassName
{
background-color: #A34367;
}
</style>
border-color css
<style>
span { border-color: #A34367; }
span { border-color: rgb(163,67,103); }
td.TdClassName
{
border-color: #A34367;
}
.TagClassName
{
border-color: #A34367;
}
</style>