Shades of Hippie Pink #A2565A
Tints of Hippie Pink #A2565A
RGB
CMYK
RGB Variations
Color information
#A2565A (or 0xA2565A) is known color: Hippie Pink. HEX triplet: A2, 56 and 5A. RGB value is (162,86,90). Sum of RGB (Red+Green+Blue) = 162+86+90=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2565A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2565A is #5DA9A5. Grayscale: #6D6D6D. Windows color (decimal): -6138278 or 5920418. OLE color: 5920418.
HSL color Cylindrical-coordinate representation of color #A2565A: hue angle of 356.84º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2565A is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 86 | 90 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.36 |
| HSL | 356.84º | 0.31% | 0.49% | - |
| HSV(B) | 356.84º | 0.47% | 0.64% | - |
| XYZ | 20.07 | 15.08 | 11.52 | - |
| YUV | 109.18 | 117.18 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 90 | 0 | 0.47 | 0.44 | 0.36 | 356.84 | 0.31 | 0.49 |
| Hex | A2 | 56 | 5A | 0 | 2F | 2C | 24 | 165 | 1F | 31 |
| Octal | 242 | 126 | 132 | 0 | 57 | 54 | 44 | 545 | 37 | 61 |
| Binary | 10100010 | 1010110 | 1011010 | 0 | 101111 | 101100 | 100100 | 101100101 | 11111 | 110001 |
Color Harmonies of #A2565A
Complementary color
Monochromatic Colors of #A2565A
Black with #A2565A
Text Example
Text Example
White with #A2565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2565A; }
p { color: rgb(162,86,90); }
H1.HeaderClassName
{
color: #A2565A;
}
.AnyTagClassName
{
color: #A2565A;
}
</style>
background-color css
<style>
a { background-color: #A2565A; }
a { background-color: rgb(162,86,90); }
div.DivClassName
{
background-color: #A2565A;
}
.BgClassName
{
background-color: #A2565A;
}
</style>
border-color css
<style>
span { border-color: #A2565A; }
span { border-color: rgb(162,86,90); }
td.TdClassName
{
border-color: #A2565A;
}
.TagClassName
{
border-color: #A2565A;
}
</style>