Shades of Hippie Pink #A1535A
Tints of Hippie Pink #A1535A
RGB
CMYK
RGB Variations
Color information
#A1535A (or 0xA1535A) is known color: Hippie Pink. HEX triplet: A1, 53 and 5A. RGB value is (161,83,90). Sum of RGB (Red+Green+Blue) = 161+83+90=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A1535A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1535A is #5EACA5. Grayscale: #6B6B6B. Windows color (decimal): -6204582 or 5919649. OLE color: 5919649.
HSL color Cylindrical-coordinate representation of color #A1535A: hue angle of 354.62º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1535A is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 83 | 90 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.37 |
| HSL | 354.62º | 0.32% | 0.48% | - |
| HSV(B) | 354.62º | 0.48% | 0.63% | - |
| XYZ | 19.64 | 14.5 | 11.44 | - |
| YUV | 107.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 83 | 90 | 0 | 0.48 | 0.44 | 0.37 | 354.62 | 0.32 | 0.48 |
| Hex | A1 | 53 | 5A | 0 | 30 | 2C | 25 | 163 | 20 | 30 |
| Octal | 241 | 123 | 132 | 0 | 60 | 54 | 45 | 543 | 40 | 60 |
| Binary | 10100001 | 1010011 | 1011010 | 0 | 110000 | 101100 | 100101 | 101100011 | 100000 | 110000 |
Color Harmonies of #A1535A
Complementary color
Monochromatic Colors of #A1535A
Black with #A1535A
Text Example
Text Example
White with #A1535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1535A; }
p { color: rgb(161,83,90); }
H1.HeaderClassName
{
color: #A1535A;
}
.AnyTagClassName
{
color: #A1535A;
}
</style>
background-color css
<style>
a { background-color: #A1535A; }
a { background-color: rgb(161,83,90); }
div.DivClassName
{
background-color: #A1535A;
}
.BgClassName
{
background-color: #A1535A;
}
</style>
border-color css
<style>
span { border-color: #A1535A; }
span { border-color: rgb(161,83,90); }
td.TdClassName
{
border-color: #A1535A;
}
.TagClassName
{
border-color: #A1535A;
}
</style>