Shades of Hippie Pink #A2565D
Tints of Hippie Pink #A2565D
RGB
CMYK
RGB Variations
Color information
#A2565D (or 0xA2565D) is known color: Hippie Pink. HEX triplet: A2, 56 and 5D. RGB value is (162,86,93). Sum of RGB (Red+Green+Blue) = 162+86+93=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A2565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2565D is #5DA9A2. Grayscale: #6D6D6D. Windows color (decimal): -6138275 or 6117026. OLE color: 6117026.
HSL color Cylindrical-coordinate representation of color #A2565D: hue angle of 354.47º 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 #A2565D is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 86 | 93 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.36 |
| HSL | 354.47º | 0.31% | 0.49% | - |
| HSV(B) | 354.47º | 0.47% | 0.64% | - |
| XYZ | 20.2 | 15.13 | 12.21 | - |
| YUV | 109.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 93 | 0 | 0.47 | 0.43 | 0.36 | 354.47 | 0.31 | 0.49 |
| Hex | A2 | 56 | 5D | 0 | 2F | 2B | 24 | 162 | 1F | 31 |
| Octal | 242 | 126 | 135 | 0 | 57 | 53 | 44 | 542 | 37 | 61 |
| Binary | 10100010 | 1010110 | 1011101 | 0 | 101111 | 101011 | 100100 | 101100010 | 11111 | 110001 |
Color Harmonies of #A2565D
Complementary color
Monochromatic Colors of #A2565D
Black with #A2565D
Text Example
Text Example
White with #A2565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2565D; }
p { color: rgb(162,86,93); }
H1.HeaderClassName
{
color: #A2565D;
}
.AnyTagClassName
{
color: #A2565D;
}
</style>
background-color css
<style>
a { background-color: #A2565D; }
a { background-color: rgb(162,86,93); }
div.DivClassName
{
background-color: #A2565D;
}
.BgClassName
{
background-color: #A2565D;
}
</style>
border-color css
<style>
span { border-color: #A2565D; }
span { border-color: rgb(162,86,93); }
td.TdClassName
{
border-color: #A2565D;
}
.TagClassName
{
border-color: #A2565D;
}
</style>