Shades of Blush #A65B6A
Tints of Blush #A65B6A
RGB
CMYK
RGB Variations
Color information
#A65B6A (or 0xA65B6A) is known color: Blush. HEX triplet: A6, 5B and 6A. RGB value is (166,91,106). Sum of RGB (Red+Green+Blue) = 166+91+106=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65B6A is #59A495. Grayscale: #737373. Windows color (decimal): -5874838 or 6970278. OLE color: 6970278.
HSL color Cylindrical-coordinate representation of color #A65B6A: hue angle of 348º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A65B6A is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 91 | 106 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.35 |
| HSL | 348º | 0.3% | 0.5% | - |
| HSV(B) | 348º | 0.45% | 0.65% | - |
| XYZ | 22.07 | 16.63 | 15.68 | - |
| YUV | 115.14 | 122.85 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 106 | 0 | 0.45 | 0.36 | 0.35 | 348 | 0.3 | 0.5 |
| Hex | A6 | 5B | 6A | 0 | 2D | 24 | 23 | 15C | 1E | 32 |
| Octal | 246 | 133 | 152 | 0 | 55 | 44 | 43 | 534 | 36 | 62 |
| Binary | 10100110 | 1011011 | 1101010 | 0 | 101101 | 100100 | 100011 | 101011100 | 11110 | 110010 |
Color Harmonies of #A65B6A
Complementary color
Monochromatic Colors of #A65B6A
Black with #A65B6A
Text Example
Text Example
White with #A65B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65B6A; }
p { color: rgb(166,91,106); }
H1.HeaderClassName
{
color: #A65B6A;
}
.AnyTagClassName
{
color: #A65B6A;
}
</style>
background-color css
<style>
a { background-color: #A65B6A; }
a { background-color: rgb(166,91,106); }
div.DivClassName
{
background-color: #A65B6A;
}
.BgClassName
{
background-color: #A65B6A;
}
</style>
border-color css
<style>
span { border-color: #A65B6A; }
span { border-color: rgb(166,91,106); }
td.TdClassName
{
border-color: #A65B6A;
}
.TagClassName
{
border-color: #A65B6A;
}
</style>