Shades of Hippie Pink #A65B5C
Tints of Hippie Pink #A65B5C
RGB
CMYK
RGB Variations
Color information
#A65B5C (or 0xA65B5C) is known color: Hippie Pink. HEX triplet: A6, 5B and 5C. RGB value is (166,91,92). Sum of RGB (Red+Green+Blue) = 166+91+92=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65B5C is #59A4A3. Grayscale: #717171. Windows color (decimal): -5874852 or 6052774. OLE color: 6052774.
HSL color Cylindrical-coordinate representation of color #A65B5C: hue angle of 359.2º 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 #A65B5C is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 91 | 92 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.35 |
| HSL | 359.2º | 0.3% | 0.5% | - |
| HSV(B) | 359.2º | 0.45% | 0.65% | - |
| XYZ | 21.4 | 16.36 | 12.16 | - |
| YUV | 113.54 | 115.85 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 92 | 0 | 0.45 | 0.45 | 0.35 | 359.2 | 0.3 | 0.5 |
| Hex | A6 | 5B | 5C | 0 | 2D | 2D | 23 | 167 | 1E | 32 |
| Octal | 246 | 133 | 134 | 0 | 55 | 55 | 43 | 547 | 36 | 62 |
| Binary | 10100110 | 1011011 | 1011100 | 0 | 101101 | 101101 | 100011 | 101100111 | 11110 | 110010 |
Color Harmonies of #A65B5C
Complementary color
Monochromatic Colors of #A65B5C
Black with #A65B5C
Text Example
Text Example
White with #A65B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65B5C; }
p { color: rgb(166,91,92); }
H1.HeaderClassName
{
color: #A65B5C;
}
.AnyTagClassName
{
color: #A65B5C;
}
</style>
background-color css
<style>
a { background-color: #A65B5C; }
a { background-color: rgb(166,91,92); }
div.DivClassName
{
background-color: #A65B5C;
}
.BgClassName
{
background-color: #A65B5C;
}
</style>
border-color css
<style>
span { border-color: #A65B5C; }
span { border-color: rgb(166,91,92); }
td.TdClassName
{
border-color: #A65B5C;
}
.TagClassName
{
border-color: #A65B5C;
}
</style>