Shades of Hippie Pink #A65B5D
Tints of Hippie Pink #A65B5D
RGB
CMYK
RGB Variations
Color information
#A65B5D (or 0xA65B5D) is known color: Hippie Pink. HEX triplet: A6, 5B and 5D. RGB value is (166,91,93). Sum of RGB (Red+Green+Blue) = 166+91+93=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65B5D is #59A4A2. Grayscale: #717171. Windows color (decimal): -5874851 or 6118310. OLE color: 6118310.
HSL color Cylindrical-coordinate representation of color #A65B5D: hue angle of 358.4º 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 #A65B5D is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 91 | 93 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.35 |
| HSL | 358.4º | 0.3% | 0.5% | - |
| HSV(B) | 358.4º | 0.45% | 0.65% | - |
| XYZ | 21.44 | 16.38 | 12.39 | - |
| YUV | 113.65 | 116.35 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 93 | 0 | 0.45 | 0.44 | 0.35 | 358.4 | 0.3 | 0.5 |
| Hex | A6 | 5B | 5D | 0 | 2D | 2C | 23 | 166 | 1E | 32 |
| Octal | 246 | 133 | 135 | 0 | 55 | 54 | 43 | 546 | 36 | 62 |
| Binary | 10100110 | 1011011 | 1011101 | 0 | 101101 | 101100 | 100011 | 101100110 | 11110 | 110010 |
Color Harmonies of #A65B5D
Complementary color
Monochromatic Colors of #A65B5D
Black with #A65B5D
Text Example
Text Example
White with #A65B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65B5D; }
p { color: rgb(166,91,93); }
H1.HeaderClassName
{
color: #A65B5D;
}
.AnyTagClassName
{
color: #A65B5D;
}
</style>
background-color css
<style>
a { background-color: #A65B5D; }
a { background-color: rgb(166,91,93); }
div.DivClassName
{
background-color: #A65B5D;
}
.BgClassName
{
background-color: #A65B5D;
}
</style>
border-color css
<style>
span { border-color: #A65B5D; }
span { border-color: rgb(166,91,93); }
td.TdClassName
{
border-color: #A65B5D;
}
.TagClassName
{
border-color: #A65B5D;
}
</style>