Shades of Rouge #A34A68
Tints of Rouge #A34A68
RGB
CMYK
RGB Variations
Color information
#A34A68 (or 0xA34A68) is known color: Rouge. HEX triplet: A3, 4A and 68. RGB value is (163,74,104). Sum of RGB (Red+Green+Blue) = 163+74+104=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34A68 is #5CB597. Grayscale: #686868. Windows color (decimal): -6075800 or 6834851. OLE color: 6834851.
HSL color Cylindrical-coordinate representation of color #A34A68: hue angle of 339.78º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A34A68 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 74 | 104 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.36 |
| HSL | 339.78º | 0.38% | 0.46% | - |
| HSV(B) | 339.78º | 0.55% | 0.64% | - |
| XYZ | 20.05 | 13.68 | 14.68 | - |
| YUV | 104.03 | 127.99 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 104 | 0 | 0.55 | 0.36 | 0.36 | 339.78 | 0.38 | 0.46 |
| Hex | A3 | 4A | 68 | 0 | 37 | 24 | 24 | 154 | 26 | 2E |
| Octal | 243 | 112 | 150 | 0 | 67 | 44 | 44 | 524 | 46 | 56 |
| Binary | 10100011 | 1001010 | 1101000 | 0 | 110111 | 100100 | 100100 | 101010100 | 100110 | 101110 |
Color Harmonies of #A34A68
Complementary color
Monochromatic Colors of #A34A68
Black with #A34A68
Text Example
Text Example
White with #A34A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34A68; }
p { color: rgb(163,74,104); }
H1.HeaderClassName
{
color: #A34A68;
}
.AnyTagClassName
{
color: #A34A68;
}
</style>
background-color css
<style>
a { background-color: #A34A68; }
a { background-color: rgb(163,74,104); }
div.DivClassName
{
background-color: #A34A68;
}
.BgClassName
{
background-color: #A34A68;
}
</style>
border-color css
<style>
span { border-color: #A34A68; }
span { border-color: rgb(163,74,104); }
td.TdClassName
{
border-color: #A34A68;
}
.TagClassName
{
border-color: #A34A68;
}
</style>