Shades of Solid Pink #86535A
Tints of Solid Pink #86535A
RGB
CMYK
RGB Variations
Color information
#86535A (or 0x86535A) is known color: Solid Pink. HEX triplet: 86, 53 and 5A. RGB value is (134,83,90). Sum of RGB (Red+Green+Blue) = 134+83+90=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #86535A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86535A is #79ACA5. Grayscale: #636363. Windows color (decimal): -7974054 or 5919622. OLE color: 5919622.
HSL color Cylindrical-coordinate representation of color #86535A: hue angle of 351.76º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86535A is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 83 | 90 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.47 |
| HSL | 351.76º | 0.24% | 0.43% | - |
| HSV(B) | 351.76º | 0.38% | 0.53% | - |
| XYZ | 14.77 | 11.99 | 11.21 | - |
| YUV | 99.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 90 | 0 | 0.38 | 0.33 | 0.47 | 351.76 | 0.24 | 0.43 |
| Hex | 86 | 53 | 5A | 0 | 26 | 21 | 2F | 160 | 18 | 2B |
| Octal | 206 | 123 | 132 | 0 | 46 | 41 | 57 | 540 | 30 | 53 |
| Binary | 10000110 | 1010011 | 1011010 | 0 | 100110 | 100001 | 101111 | 101100000 | 11000 | 101011 |
Color Harmonies of #86535A
Complementary color
Monochromatic Colors of #86535A
Black with #86535A
Text Example
Text Example
White with #86535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86535A; }
p { color: rgb(134,83,90); }
H1.HeaderClassName
{
color: #86535A;
}
.AnyTagClassName
{
color: #86535A;
}
</style>
background-color css
<style>
a { background-color: #86535A; }
a { background-color: rgb(134,83,90); }
div.DivClassName
{
background-color: #86535A;
}
.BgClassName
{
background-color: #86535A;
}
</style>
border-color css
<style>
span { border-color: #86535A; }
span { border-color: rgb(134,83,90); }
td.TdClassName
{
border-color: #86535A;
}
.TagClassName
{
border-color: #86535A;
}
</style>