Shades of Blush #A65469
Tints of Blush #A65469
RGB
CMYK
RGB Variations
Color information
#A65469 (or 0xA65469) is known color: Blush. HEX triplet: A6, 54 and 69. RGB value is (166,84,105). Sum of RGB (Red+Green+Blue) = 166+84+105=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A65469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65469 is #59AB96. Grayscale: #6E6E6E. Windows color (decimal): -5876631 or 6902950. OLE color: 6902950.
HSL color Cylindrical-coordinate representation of color #A65469: hue angle of 344.63º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A65469 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 84 | 105 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.35 |
| HSL | 344.63º | 0.33% | 0.49% | - |
| HSV(B) | 344.63º | 0.49% | 0.65% | - |
| XYZ | 21.45 | 15.47 | 15.22 | - |
| YUV | 110.91 | 124.67 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 84 | 105 | 0 | 0.49 | 0.37 | 0.35 | 344.63 | 0.33 | 0.49 |
| Hex | A6 | 54 | 69 | 0 | 31 | 25 | 23 | 159 | 21 | 31 |
| Octal | 246 | 124 | 151 | 0 | 61 | 45 | 43 | 531 | 41 | 61 |
| Binary | 10100110 | 1010100 | 1101001 | 0 | 110001 | 100101 | 100011 | 101011001 | 100001 | 110001 |
Color Harmonies of #A65469
Complementary color
Monochromatic Colors of #A65469
Black with #A65469
Text Example
Text Example
White with #A65469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65469; }
p { color: rgb(166,84,105); }
H1.HeaderClassName
{
color: #A65469;
}
.AnyTagClassName
{
color: #A65469;
}
</style>
background-color css
<style>
a { background-color: #A65469; }
a { background-color: rgb(166,84,105); }
div.DivClassName
{
background-color: #A65469;
}
.BgClassName
{
background-color: #A65469;
}
</style>
border-color css
<style>
span { border-color: #A65469; }
span { border-color: rgb(166,84,105); }
td.TdClassName
{
border-color: #A65469;
}
.TagClassName
{
border-color: #A65469;
}
</style>