Shades of Hippie Pink #A65359
Tints of Hippie Pink #A65359
RGB
CMYK
RGB Variations
Color information
#A65359 (or 0xA65359) is known color: Hippie Pink. HEX triplet: A6, 53 and 59. RGB value is (166,83,89). Sum of RGB (Red+Green+Blue) = 166+83+89=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A65359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65359 is #59ACA6. Grayscale: #6C6C6C. Windows color (decimal): -5876903 or 5854118. OLE color: 5854118.
HSL color Cylindrical-coordinate representation of color #A65359: hue angle of 355.66º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A65359 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 83 | 89 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.35 |
| HSL | 355.66º | 0.33% | 0.49% | - |
| HSV(B) | 355.66º | 0.5% | 0.65% | - |
| XYZ | 20.62 | 15.01 | 11.26 | - |
| YUV | 108.5 | 117 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 89 | 0 | 0.50 | 0.46 | 0.35 | 355.66 | 0.33 | 0.49 |
| Hex | A6 | 53 | 59 | 0 | 32 | 2E | 23 | 164 | 21 | 31 |
| Octal | 246 | 123 | 131 | 0 | 62 | 56 | 43 | 544 | 41 | 61 |
| Binary | 10100110 | 1010011 | 1011001 | 0 | 110010 | 101110 | 100011 | 101100100 | 100001 | 110001 |
Color Harmonies of #A65359
Complementary color
Monochromatic Colors of #A65359
Black with #A65359
Text Example
Text Example
White with #A65359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65359; }
p { color: rgb(166,83,89); }
H1.HeaderClassName
{
color: #A65359;
}
.AnyTagClassName
{
color: #A65359;
}
</style>
background-color css
<style>
a { background-color: #A65359; }
a { background-color: rgb(166,83,89); }
div.DivClassName
{
background-color: #A65359;
}
.BgClassName
{
background-color: #A65359;
}
</style>
border-color css
<style>
span { border-color: #A65359; }
span { border-color: rgb(166,83,89); }
td.TdClassName
{
border-color: #A65359;
}
.TagClassName
{
border-color: #A65359;
}
</style>