Shades of Hippie Pink #A6435D
Tints of Hippie Pink #A6435D
RGB
CMYK
RGB Variations
Color information
#A6435D (or 0xA6435D) is known color: Hippie Pink. HEX triplet: A6, 43 and 5D. RGB value is (166,67,93). Sum of RGB (Red+Green+Blue) = 166+67+93=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A6435D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6435D is #59BCA2. Grayscale: #636363. Windows color (decimal): -5880995 or 6112166. OLE color: 6112166.
HSL color Cylindrical-coordinate representation of color #A6435D: hue angle of 344.24º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6435D is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 93 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.35 |
| HSL | 344.24º | 0.42% | 0.46% | - |
| HSV(B) | 344.24º | 0.6% | 0.65% | - |
| XYZ | 19.71 | 12.91 | 11.81 | - |
| YUV | 99.57 | 124.3 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 93 | 0 | 0.60 | 0.44 | 0.35 | 344.24 | 0.42 | 0.46 |
| Hex | A6 | 43 | 5D | 0 | 3C | 2C | 23 | 158 | 2A | 2E |
| Octal | 246 | 103 | 135 | 0 | 74 | 54 | 43 | 530 | 52 | 56 |
| Binary | 10100110 | 1000011 | 1011101 | 0 | 111100 | 101100 | 100011 | 101011000 | 101010 | 101110 |
Color Harmonies of #A6435D
Complementary color
Monochromatic Colors of #A6435D
Black with #A6435D
Text Example
Text Example
White with #A6435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6435D; }
p { color: rgb(166,67,93); }
H1.HeaderClassName
{
color: #A6435D;
}
.AnyTagClassName
{
color: #A6435D;
}
</style>
background-color css
<style>
a { background-color: #A6435D; }
a { background-color: rgb(166,67,93); }
div.DivClassName
{
background-color: #A6435D;
}
.BgClassName
{
background-color: #A6435D;
}
</style>
border-color css
<style>
span { border-color: #A6435D; }
span { border-color: rgb(166,67,93); }
td.TdClassName
{
border-color: #A6435D;
}
.TagClassName
{
border-color: #A6435D;
}
</style>