Shades of Hippie Pink #A6505A
Tints of Hippie Pink #A6505A
RGB
CMYK
RGB Variations
Color information
#A6505A (or 0xA6505A) is known color: Hippie Pink. HEX triplet: A6, 50 and 5A. RGB value is (166,80,90). Sum of RGB (Red+Green+Blue) = 166+80+90=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A6505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6505A is #59AFA5. Grayscale: #6A6A6A. Windows color (decimal): -5877670 or 5918886. OLE color: 5918886.
HSL color Cylindrical-coordinate representation of color #A6505A: hue angle of 353.02º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6505A is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 80 | 90 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.35 |
| HSL | 353.02º | 0.35% | 0.48% | - |
| HSV(B) | 353.02º | 0.52% | 0.65% | - |
| XYZ | 20.44 | 14.58 | 11.41 | - |
| YUV | 106.85 | 118.49 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 90 | 0 | 0.52 | 0.46 | 0.35 | 353.02 | 0.35 | 0.48 |
| Hex | A6 | 50 | 5A | 0 | 34 | 2E | 23 | 161 | 23 | 30 |
| Octal | 246 | 120 | 132 | 0 | 64 | 56 | 43 | 541 | 43 | 60 |
| Binary | 10100110 | 1010000 | 1011010 | 0 | 110100 | 101110 | 100011 | 101100001 | 100011 | 110000 |
Color Harmonies of #A6505A
Complementary color
Monochromatic Colors of #A6505A
Black with #A6505A
Text Example
Text Example
White with #A6505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6505A; }
p { color: rgb(166,80,90); }
H1.HeaderClassName
{
color: #A6505A;
}
.AnyTagClassName
{
color: #A6505A;
}
</style>
background-color css
<style>
a { background-color: #A6505A; }
a { background-color: rgb(166,80,90); }
div.DivClassName
{
background-color: #A6505A;
}
.BgClassName
{
background-color: #A6505A;
}
</style>
border-color css
<style>
span { border-color: #A6505A; }
span { border-color: rgb(166,80,90); }
td.TdClassName
{
border-color: #A6505A;
}
.TagClassName
{
border-color: #A6505A;
}
</style>