Shades of Hippie Pink #A35263
Tints of Hippie Pink #A35263
RGB
CMYK
RGB Variations
Color information
#A35263 (or 0xA35263) is known color: Hippie Pink. HEX triplet: A3, 52 and 63. RGB value is (163,82,99). Sum of RGB (Red+Green+Blue) = 163+82+99=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A35263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35263 is #5CAD9C. Grayscale: #6C6C6C. Windows color (decimal): -6073757 or 6509219. OLE color: 6509219.
HSL color Cylindrical-coordinate representation of color #A35263: hue angle of 347.41º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A35263 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 82 | 99 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.36 |
| HSL | 347.41º | 0.33% | 0.48% | - |
| HSV(B) | 347.41º | 0.5% | 0.64% | - |
| XYZ | 20.37 | 14.72 | 13.57 | - |
| YUV | 108.16 | 122.84 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 99 | 0 | 0.50 | 0.39 | 0.36 | 347.41 | 0.33 | 0.48 |
| Hex | A3 | 52 | 63 | 0 | 32 | 27 | 24 | 15B | 21 | 30 |
| Octal | 243 | 122 | 143 | 0 | 62 | 47 | 44 | 533 | 41 | 60 |
| Binary | 10100011 | 1010010 | 1100011 | 0 | 110010 | 100111 | 100100 | 101011011 | 100001 | 110000 |
Color Harmonies of #A35263
Complementary color
Monochromatic Colors of #A35263
Black with #A35263
Text Example
Text Example
White with #A35263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35263; }
p { color: rgb(163,82,99); }
H1.HeaderClassName
{
color: #A35263;
}
.AnyTagClassName
{
color: #A35263;
}
</style>
background-color css
<style>
a { background-color: #A35263; }
a { background-color: rgb(163,82,99); }
div.DivClassName
{
background-color: #A35263;
}
.BgClassName
{
background-color: #A35263;
}
</style>
border-color css
<style>
span { border-color: #A35263; }
span { border-color: rgb(163,82,99); }
td.TdClassName
{
border-color: #A35263;
}
.TagClassName
{
border-color: #A35263;
}
</style>