#A8464E

Color #A8464E Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #A8464E

Tints of Hippie Pink #A8464E

Color information

#A8464E (or 0xA8464E) is unknown color: approx Hippie Pink. HEX triplet: A8, 46 and 4E. RGB value is (168,70,78). Sum of RGB (Red+Green+Blue) = 168+70+78=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A8464E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8464E is #57B9B1. Grayscale: #646464. Windows color (decimal): -5749170 or 5129896. OLE color: 5129896.

HSL color Cylindrical-coordinate representation of color #A8464E: hue angle of 355.1º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8464E is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB1687078-
CMYK00.580.540.34
HSL355.1º41.18%46.67%-
HSV(B)355.1º58.33%65.88%-
XYZ19.7113.268.73-
YUV100.21115.47176.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 53.16%
GREEN value IS 70 (27.73% from 255) = 22.15%
BLUE value IS 78 (30.86% from 255) = 24.68%
R=53.16%
G=22.15%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168707800.580.540.34355.141.1846.67
HexA8464E03A3622163292f
Octal25010611607266425435157
Binary10101000100011010011100111010110110100010101100011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8464E; }

 p { color: rgb(168,70,78); }

 H1.HeaderClassName
 {
   color: #A8464E;
 }
 .AnyTagClassName
 {
   color: #A8464E;
 }
</style>
background-color css

<style>
 a { background-color: #A8464E; }

 a { background-color: rgb(168,70,78); }

 div.DivClassName
 {
   background-color: #A8464E;
 }
 .BgClassName
 {
   background-color: #A8464E;
 }
</style>
border-color css

<style>
 span { border-color: #A8464E; }

 span { border-color: rgb(168,70,78); }

 td.TdClassName
 {
   border-color: #A8464E;
 }
 .TagClassName
 {
   border-color: #A8464E;
 }
</style>