Shades of Rouge #A34465
Tints of Rouge #A34465
RGB
CMYK
RGB Variations
Color information
#A34465 (or 0xA34465) is known color: Rouge. HEX triplet: A3, 44 and 65. RGB value is (163,68,101). Sum of RGB (Red+Green+Blue) = 163+68+101=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A34465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34465 is #5CBB9A. Grayscale: #646464. Windows color (decimal): -6077339 or 6636707. OLE color: 6636707.
HSL color Cylindrical-coordinate representation of color #A34465: hue angle of 339.16º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A34465 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 68 | 101 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.36 |
| HSL | 339.16º | 0.41% | 0.45% | - |
| HSV(B) | 339.16º | 0.58% | 0.64% | - |
| XYZ | 19.52 | 12.86 | 13.77 | - |
| YUV | 100.17 | 128.47 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 101 | 0 | 0.58 | 0.38 | 0.36 | 339.16 | 0.41 | 0.45 |
| Hex | A3 | 44 | 65 | 0 | 3A | 26 | 24 | 153 | 29 | 2D |
| Octal | 243 | 104 | 145 | 0 | 72 | 46 | 44 | 523 | 51 | 55 |
| Binary | 10100011 | 1000100 | 1100101 | 0 | 111010 | 100110 | 100100 | 101010011 | 101001 | 101101 |
Color Harmonies of #A34465
Complementary color
Monochromatic Colors of #A34465
Black with #A34465
Text Example
Text Example
White with #A34465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34465; }
p { color: rgb(163,68,101); }
H1.HeaderClassName
{
color: #A34465;
}
.AnyTagClassName
{
color: #A34465;
}
</style>
background-color css
<style>
a { background-color: #A34465; }
a { background-color: rgb(163,68,101); }
div.DivClassName
{
background-color: #A34465;
}
.BgClassName
{
background-color: #A34465;
}
</style>
border-color css
<style>
span { border-color: #A34465; }
span { border-color: rgb(163,68,101); }
td.TdClassName
{
border-color: #A34465;
}
.TagClassName
{
border-color: #A34465;
}
</style>