Shades of Blush #AA5C62
Tints of Blush #AA5C62
RGB
CMYK
RGB Variations
Color information
#AA5C62 (or 0xAA5C62) is known color: Blush. HEX triplet: AA, 5C and 62. RGB value is (170,92,98). Sum of RGB (Red+Green+Blue) = 170+92+98=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5C62 is #55A39D. Grayscale: #747474. Windows color (decimal): -5612446 or 6446250. OLE color: 6446250.
HSL color Cylindrical-coordinate representation of color #AA5C62: hue angle of 355.38º 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 #AA5C62 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 98 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.33 |
| HSL | 355.38º | 0.31% | 0.51% | - |
| HSV(B) | 355.38º | 0.46% | 0.67% | - |
| XYZ | 22.61 | 17.08 | 13.66 | - |
| YUV | 116.01 | 117.84 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 98 | 0 | 0.46 | 0.42 | 0.33 | 355.38 | 0.31 | 0.51 |
| Hex | AA | 5C | 62 | 0 | 2E | 2A | 21 | 163 | 1F | 33 |
| Octal | 252 | 134 | 142 | 0 | 56 | 52 | 41 | 543 | 37 | 63 |
| Binary | 10101010 | 1011100 | 1100010 | 0 | 101110 | 101010 | 100001 | 101100011 | 11111 | 110011 |
Color Harmonies of #AA5C62
Complementary color
Monochromatic Colors of #AA5C62
Black with #AA5C62
Text Example
Text Example
White with #AA5C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C62; }
p { color: rgb(170,92,98); }
H1.HeaderClassName
{
color: #AA5C62;
}
.AnyTagClassName
{
color: #AA5C62;
}
</style>
background-color css
<style>
a { background-color: #AA5C62; }
a { background-color: rgb(170,92,98); }
div.DivClassName
{
background-color: #AA5C62;
}
.BgClassName
{
background-color: #AA5C62;
}
</style>
border-color css
<style>
span { border-color: #AA5C62; }
span { border-color: rgb(170,92,98); }
td.TdClassName
{
border-color: #AA5C62;
}
.TagClassName
{
border-color: #AA5C62;
}
</style>