Shades of Hippie Pink #A5535D
Tints of Hippie Pink #A5535D
RGB
CMYK
RGB Variations
Color information
#A5535D (or 0xA5535D) is known color: Hippie Pink. HEX triplet: A5, 53 and 5D. RGB value is (165,83,93). Sum of RGB (Red+Green+Blue) = 165+83+93=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A5535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5535D is #5AACA2. Grayscale: #6C6C6C. Windows color (decimal): -5942435 or 6116261. OLE color: 6116261.
HSL color Cylindrical-coordinate representation of color #A5535D: hue angle of 352.68º 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 #A5535D is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 83 | 93 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.35 |
| HSL | 352.68º | 0.33% | 0.49% | - |
| HSV(B) | 352.68º | 0.5% | 0.65% | - |
| XYZ | 20.59 | 14.98 | 12.16 | - |
| YUV | 108.66 | 119.17 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 83 | 93 | 0 | 0.50 | 0.44 | 0.35 | 352.68 | 0.33 | 0.49 |
| Hex | A5 | 53 | 5D | 0 | 32 | 2C | 23 | 161 | 21 | 31 |
| Octal | 245 | 123 | 135 | 0 | 62 | 54 | 43 | 541 | 41 | 61 |
| Binary | 10100101 | 1010011 | 1011101 | 0 | 110010 | 101100 | 100011 | 101100001 | 100001 | 110001 |
Color Harmonies of #A5535D
Complementary color
Monochromatic Colors of #A5535D
Black with #A5535D
Text Example
Text Example
White with #A5535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5535D; }
p { color: rgb(165,83,93); }
H1.HeaderClassName
{
color: #A5535D;
}
.AnyTagClassName
{
color: #A5535D;
}
</style>
background-color css
<style>
a { background-color: #A5535D; }
a { background-color: rgb(165,83,93); }
div.DivClassName
{
background-color: #A5535D;
}
.BgClassName
{
background-color: #A5535D;
}
</style>
border-color css
<style>
span { border-color: #A5535D; }
span { border-color: rgb(165,83,93); }
td.TdClassName
{
border-color: #A5535D;
}
.TagClassName
{
border-color: #A5535D;
}
</style>