Shades of Blush #AA5C67
Tints of Blush #AA5C67
RGB
CMYK
RGB Variations
Color information
#AA5C67 (or 0xAA5C67) is known color: Blush. HEX triplet: AA, 5C and 67. RGB value is (170,92,103). Sum of RGB (Red+Green+Blue) = 170+92+103=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5C67 is #55A398. Grayscale: #747474. Windows color (decimal): -5612441 or 6773930. OLE color: 6773930.
HSL color Cylindrical-coordinate representation of color #AA5C67: hue angle of 351.54º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA5C67 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 103 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.33 |
| HSL | 351.54º | 0.31% | 0.51% | - |
| HSV(B) | 351.54º | 0.46% | 0.67% | - |
| XYZ | 22.85 | 17.18 | 14.94 | - |
| YUV | 116.58 | 120.34 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 103 | 0 | 0.46 | 0.39 | 0.33 | 351.54 | 0.31 | 0.51 |
| Hex | AA | 5C | 67 | 0 | 2E | 27 | 21 | 160 | 1F | 33 |
| Octal | 252 | 134 | 147 | 0 | 56 | 47 | 41 | 540 | 37 | 63 |
| Binary | 10101010 | 1011100 | 1100111 | 0 | 101110 | 100111 | 100001 | 101100000 | 11111 | 110011 |
Color Harmonies of #AA5C67
Complementary color
Monochromatic Colors of #AA5C67
Black with #AA5C67
Text Example
Text Example
White with #AA5C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C67; }
p { color: rgb(170,92,103); }
H1.HeaderClassName
{
color: #AA5C67;
}
.AnyTagClassName
{
color: #AA5C67;
}
</style>
background-color css
<style>
a { background-color: #AA5C67; }
a { background-color: rgb(170,92,103); }
div.DivClassName
{
background-color: #AA5C67;
}
.BgClassName
{
background-color: #AA5C67;
}
</style>
border-color css
<style>
span { border-color: #AA5C67; }
span { border-color: rgb(170,92,103); }
td.TdClassName
{
border-color: #AA5C67;
}
.TagClassName
{
border-color: #AA5C67;
}
</style>